Forum Post: RE: REST Method OPTIONS - ERR_EMPTY_RESPONSE

  • Thread starter Thread starter egarcia
  • Start date Start date
Status
Not open for further replies.
E

egarcia

Guest
Hello, Just some few troubleshooting tips in case they help. What is the code performing the PUT request? What object is performing the request (jQuery, the JSDO, the XMLHttpRequest object, other)? Do you see this issue only from Google Chrome or does it also happen with other web browsers? Do you see anything special in the Network tab or in the JavaScript Console? Any difference between the request headers when doing your PUT request vs the request headers when using Postmaster? Perhaps, there is a difference and it causes the server to return an empty response. I hope this helps. P.S: If you were still trying to pin point where the problem was happening, a possible approach would have been to create a proxy to see the network requests. The WSAViewer tool included in OpenEdge and Fiddler ( http://www.telerik.com/fiddler ) can be used for this. This approach would be particularly useful if you did not have access to debugging tools to see the network interaction.

Continue reading...
 
Status
Not open for further replies.
Back
Top