I tried the Show editor with the URL obtained with the following snippet, but the request is not sent to saveurl.
- <form method="POST" action="https://show.zoho.com/show/remotedoc.im" target="_self" accept-charset="UTF-8">
- <input type="hidden" name="apikey" value="MY API KEY">
- <input type="hidden" name="output" value="url">
- <input type="hidden" name="mode" value="normaledit">
- <input type="hidden" name="filename" value="Untitled">
- <input type="hidden" name="lang" value="en">
- <input type="hidden" name="id" value="1234">
- <input type="hidden" name="format" value="pptx">
- <input type="hidden" name="saveurl" value="https://example.com/mypath/save.php">
- <input type="submit" name="submit" value="Open">
- </form>
Response Headers
- HTTP/1.1 200 OK
- Server: ZGS
- Date: Mon, 13 Nov 2017 06:59:26 GMT
- Content-Length: 0
- Connection: keep-alive
- X-Content-Type-Options: nosniff
- X-XSS-Protection: 1
- X-Frame-Options: SAMEORIGIN
- X-UA-Compatible: IE=9, IE=10, IE=11
- Strict-Transport-Security: max-age=15768000
But Writer and Sheet editors are OK for the same endpoint.
Thank you for your support.