다음을 통해 공유


프록시가 내 .NET 4.8 앱에서 요청을 가로채지 않는 이유

.NET 4.8과 함께 사용 devproxy 하려면 를 사용하여 프록시 WinHTTP API로 구성해야 합니다.

netsh 명령을 사용하여 프록시를 구성합니다. (관리자 권한으로 실행):

netsh winhttp set proxy proxy-server="http=localhost:8000;https=localhost:8000"

완료되면 다음을 사용하여 WinHTTP 설정을 다시 설정할 수 있습니다.

netsh winhttp reset proxy