-
-
Notifications
You must be signed in to change notification settings - Fork 167
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 scheme replacement for relative urls #280
Comments
File URLs that are absolute are also being blocked from updating the scheme:
This is rather a confusing error. |
The The |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
URL('path/to').with_scheme('http')
should work.Now it produces
scheme replacement is not allowed for relative URLs
The text was updated successfully, but these errors were encountered: