- <html>
- <head>
- <style>
- body {
- font-size: 14px;
- font-family: "Verfana";
- }
- div {
- margin-top:150px;
- vertical-align: middle;
- text-align: center;
- }
- </style>
- </head>
- <body>
- <div>
- An error has occured. It has been reported to Zoho Creator support. We will look into this issue .<br> Sorry for the inconvenience caused.<p><p>Go to <a href='/'>Home</a>
- </div>
- </body>
- </html>
And, when I remove the view name from the URL of a view request I get:
- <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
- <html><head>
- <title>404 Not Found</title>
- </head><body>
- <h1>Not Found</h1>
- <p>The requested URL /api/xml/app-test/view/apikey=d86761adcd4113c1cbda63f9934abce9&ticket=536349c0594d25b7afe55254c1d7e36a was not found on this server.</p>
- </body></html>
- "
- <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
- <html><head>
- <title>404 Not Found</title>
- </head><body>
- <h1>Not Found</h1>
- <p>The requested URL /api/xml/app-test/view/apikey=d86761adcd4113c1cbda63f9934abce9&ticket=536349c0594d25b7afe55254c1d7e36a was not found on this server.</p>
- </body></html>
How do you get errors in your response?