Skip to content
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

allow a redirect with different host, but same path #153

Merged
merged 1 commit into from
Jan 20, 2021

Commits on May 17, 2018

  1. allow a redirect with different host, but same path

    When the response returns a redirect with a location that has a different host, but the path is still the same an error was thrown.
    In the case of a change of host however, we do want to continue with a new request. The site and http object have to be updated with the new host url and a new request can be made.
    yvonnenieuwerth committed May 17, 2018
    Configuration menu
    Copy the full SHA
    d74b767 View commit details
    Browse the repository at this point in the history