How do I read the HTTP Response headers using appery REST service. While I am able mark request parameter as Header type, is there a similar way to extract values from the header of HTTP response
How do I read the HTTP Response headers using appery REST service. While I am able mark request parameter as Header type, is there a similar way to extract values from the header of HTTP response
Use Complete callback. You get jqXHR object.
http://docs.appery.io/documentation/u...
Then call getResponseHeader()
http://api.jquery.com/jQuery.ajax/#jqXHR