06 Mar Why is my AJAX call getting blocked, error “net::ERR_EMPTY_RESPONSE”
On a website I am working on there is a cross domain AJAX (specifically a CORS call using an OPTIONS HTTP method) getting fired up but getting nowhere, the error I was getting in the browser was marked as net::ERR_EMPTY_RESPONSE It looked like the AJAX call was not...