Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
At a glance
Goal: Fix Dev Proxy with .NET 4.8
Time: 5 minutes
Plugins: Various
Prerequisites: Set up Dev Proxy
To use devproxy with .NET 4.8, you need to configure it as proxy with the WinHTTP API.
Use the netsh command to configure the proxy. (run as admin):
netsh winhttp set proxy proxy-server="http=localhost:8000;https=localhost:8000"
When you're done, you can reset the WinHTTP settings by using:
netsh winhttp reset proxy
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.