Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't automatically send "Accept-Encoding: gzip" on every request #128

Closed
mjparme opened this issue May 10, 2017 · 2 comments
Closed

Don't automatically send "Accept-Encoding: gzip" on every request #128

mjparme opened this issue May 10, 2017 · 2 comments

Comments

@mjparme
Copy link

mjparme commented May 10, 2017

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.

mmattozzi added a commit that referenced this issue Jun 8, 2017
… 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).
@mmattozzi
Copy link
Owner

Fixed in 1.4.1

@mjparme
Copy link
Author

mjparme commented Jun 27, 2017

Thanks for this fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants