-
Notifications
You must be signed in to change notification settings - Fork 27
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
POST 301 redirects don't respect "agent" property (when using Request library) #9
Comments
Hi, thanks for filing this. I think this looks like a bug with Request. If you try using a normal HTTP agent which you instantiate yourself do you get the same buggy behaviour? |
Hi, I filed an issue to Request too, haven't tried with normal HTTP agent yet. |
Thanks for filing that. I've looked at the Request code and tracked down the issue. Keeping this open until it's resolved. Upstream issue is request/request/issues/1304 for reference. |
When POST returns 301, the following GET isn't using the same agent setting.
With this example POST goes through TOR but the following GET doesn't.
The text was updated successfully, but these errors were encountered: