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 RFC document mentioned in code require client confirmation to follow request with method other than GET and HEAD, so I propose additional flag to force follow the redirection (or extension to existing one, by enum?).
I will try to implement it tonight myself.
The text was updated successfully, but these errors were encountered:
Feature request:
HTTPClient
stands for usingHTTP 1.1
so it should allow to follow POST requests.More information:
https://softwareengineering.stackexchange.com/questions/99894/why-doesnt-http-have-post-redirect
The RFC document mentioned in code require client confirmation to follow request with method other than GET and HEAD, so I propose additional flag to force follow the redirection (or extension to existing one, by enum?).
I will try to implement it tonight myself.
The text was updated successfully, but these errors were encountered: