-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Filter the headers when redirecting #10
Comments
@seanmonstar can I work on this? Rust beginner here :) |
Definitely! All issues can always be worked on. |
@seanmonstar yay. I'll jump in right away. |
@seanmonstar I went through the code and I guess I'll need to call some Also, I'm wondering how we can write tests for this as the |
Yes, definitely, For the tests, I suppose we would just want to unit tests in |
… host than of the Referrer Removes Cookie, Authorization and WWW-Authenticate cookies. Resolves seanmonstar#10
Use hyper-native-tls for https
Some headers should be removed when redirecting to a different domain:
The text was updated successfully, but these errors were encountered: