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
Add a --follow-redirect option to ronin http that causes it to follow the Location URL (use uri.merge(locatation) to normalize any relative paths) redirect responses. It should perform the first request, then check the response, if it's a Net::HTTPRedirect response then perform subsequent GET requests for each Location URL, printing each redirect response as it's received, until a non-Net::HTTPRedirect is returned.
The text was updated successfully, but these errors were encountered:
Add a
--follow-redirect
option toronin http
that causes it to follow theLocation
URL (useuri.merge(locatation)
to normalize any relative paths) redirect responses. It should perform the first request, then check the response, if it's aNet::HTTPRedirect
response then perform subsequentGET
requests for eachLocation
URL, printing each redirect response as it's received, until a non-Net::HTTPRedirect
is returned.The text was updated successfully, but these errors were encountered: