fiddler web debugger 사용시 localhost의 트래픽을 잡지 못할 경우
* 해법 : localhost와 port 사이에 점(.)을 추가해 보자! (예) http://localhost.:7001/xxx.do * MiPlatform의 경우 – Data > DataGroups 의 요소나, Global > Global Variables 에 정의된 서비스 URL prefix를 수정하자. * 참고 http://weblogs.asp.net/lorenh/archive/2008/01/10/tip-for-using-fiddler-on-localhost.aspx