-
Notifications
You must be signed in to change notification settings - Fork 445
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
Request not redirected even thought is set to true #285
Comments
@defectus What's the request method of your request, and can you show me the request url? |
@defectus If it's a non-GET method, I have fixed the issue, and will publish this fix in next release |
This is a private API so I can't give you the URL to play with, but its something like |
That's the case, the fix code targets for this issue |
@defectus you can try the latest version 0.20.4 to verify. |
All seem to be OK. Many thanks! |
Hello @Huachao
When it is a POST request I'm getting 'HTTP/1.1 301 Moved Permanently', but when the method is changed to GET everything works fine. |
Steps to Reproduce:
HTTP/307
Just to be sure, the
Follow HTTP 3xx responses as redirects
option is ON.The text was updated successfully, but these errors were encountered: