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
Currently, reqwest provides a good implementation for retrieving system proxies, but it is not exposed publicly. This limitation means developers can only set no_proxy but cannot easily check if a user has set a system proxy, which can be inconvenient.
It would be very helpful if reqwest could either:
Make the system proxy retrieval function public.
Provide a dedicated function that allows developers to easily check if a system proxy is set.
This feature would allow developers to determine whether a user is using a system proxy and make decisions accordingly, especially in sensitive scenarios where the use of a proxy might be relevant.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Currently, reqwest provides a good implementation for retrieving system proxies, but it is not exposed publicly. This limitation means developers can only set
no_proxy
but cannot easily check if a user has set a system proxy, which can be inconvenient.It would be very helpful if reqwest could either:
This feature would allow developers to determine whether a user is using a system proxy and make decisions accordingly, especially in sensitive scenarios where the use of a proxy might be relevant.
Thank you for considering this enhancement.
Beta Was this translation helpful? Give feedback.
All reactions