Recently, while working with Angular 1.0, I encountered an issue where the request header was automatically adding "Connection: keep-alive, 'Pragma: no-cache', 'Cache-Control: no-cache'". Can anyone suggest a solution to prevent this from being included in the XHR request?
I am curious about the consequences of passing this particular header. Can someone shed some light on it?