본문 바로가기

프로그래밍

피들러에서만 뭔가 에러가 날때 (Host Header did not match URL)

반응형

도메인 설정이 문제인건지 모르겠지만, 윈도우 애플리케이션에서 도메인 호출 시 이런 에러가 나는 경우가 있더군요.

이럴 때는 Rules 파일을 건드리면 된다고 합니다.

지난번과는 반대의 상황이네요. 반대로 입력을 해주면 문제가 해결~~

if (oSession.HostnameIs("10.60.200.200")) {
	oSession.host = "demo.dummy.com"; 
}

https://www.telerik.com/forums/customize-rules-host-header-did-not-match-url

 

Customize Rules: Host Header did not match URL in Fiddler General discussion - Telerik Forums

Join a community of over 2.6m developers to have your questions answered on Customize Rules: Host Header did not match URL of Fiddler General discussion. New here? Start with our free trials.

www.telerik.com

 

728x90