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
This is a feature request for a forwardbody type of feature for redirects, much like the forwardheaders option. Simply put, POST data would get re-submitted after a redirect. This plus redirect_method=:same would be roughly equivalent to curl's --post301 option.
From curl:
--post301 Tells curl to respect RFC 2616/10.3.2 and not convert POST requests into GET requests when following a 301 redirection. The non-RFC behaviour is ubiquitous in web browsers, so curl does the conversion by default to maintain consistency.
The text was updated successfully, but these errors were encountered:
This is a feature request for a
forwardbody
type of feature for redirects, much like theforwardheaders
option. Simply put, POST data would get re-submitted after a redirect. This plusredirect_method=:same
would be roughly equivalent to curl's--post301
option.From curl:
The text was updated successfully, but these errors were encountered: