My web server send http response with custom header fields if some condition was satisfied.
And I want client to detect this response. So In my thinking,.. I need to capture all response and check the header..
Capturing all response is possible on Javascript?