-
-
Notifications
You must be signed in to change notification settings - Fork 848
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
Not support "no_proxy" including value of ipv6 prefix style #3221
Comments
Another test case to throw in that is affecting us:
|
For python -c 'import httpx; url = httpx.URL("all://127.0.0.0/8"); print(url.path)'
/8 httpx version: 0.27.0 |
Duplicate of #1536 No we don't currently support subnet masks here, yes we should at least raise an error if they're in play. Aside... what's an example of a real-world scenario where it's useful to have a subnet masking used to toggle proxy routing on/off? |
I also encountered this issue when using proxy in company's network. We use proxy to visit outside networks and automatically set |
Example:
no_proxy=fe11::/16
How to reproduce:
it will raise:
httpx version:
0.27.0
The text was updated successfully, but these errors were encountered: