We're using Zendesk's Secure Settings feature to inject our private API token into our Zendesk App. We are seeing "Proxy Error: Invalid Response" when we make a call to our API through the Zendesk Proxy (which is injecting the secure setting private API token). Our theory is that the Zendesk proxy is adding headers to our request, headers that our API doesn't allow.
Is this an error with the request that our Zendesk app sends to the Zendesk proxy or is the error from our API when the proxy sends the request to our API? Does the Zendesk proxy add headers to the request to our API?
I've included screenshots of the response and our snippet of code making the call
Tough to say based on the info we have. Are you experiencing this when serving the app from local during development?
Thanks!