You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The application appears to automatically send Accept-Encoding: gzip as a header on every request. It would be nice if this wasn't an automatic request header. Instead I will send it if I want to.
The text was updated successfully, but these errors were encountered:
… Accept-Encoding and Accept-Language fields to every outgoing HTTP request. This commit uses an NSURLDelegate method to strip out these headers before they are sent (assuming the user did not explicitly send them).
The application appears to automatically send Accept-Encoding: gzip as a header on every request. It would be nice if this wasn't an automatic request header. Instead I will send it if I want to.
The text was updated successfully, but these errors were encountered: