This is a continuing discussion about the article Making API requests from a Zendesk app in the developer documentation.
Question
How Apps framework client.request works
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.



Hi Amos. You can actually try this out by setting up a third-party service and endpoint using something like glitch.com. You can make a POST call to it via client.request with cors:false, receive the request in your remote server, and not send back any Access-Control-* headers, just a response payload. You'll get the payload and the browser will not complain about the lack of Access-Control-* headers. Can you give the link to the specification reference where a POST expects Access-Control-* headers?