I have a issue with POST using REST services, in the Firefox console, I can see the response headers, but I am not able to access them through the success and error calls for the service they always return null.
Here is the JS im running to get the headers:
alert(jqXHR.getResponseAllHeaders());
alert(jqXHR.getResponseHeader("DB_SUCCESS"));
Any help
Best