понедельник, 26 сентября 2011 г.

Fiddler for localhost


Here is the very simple tip how to use fiddler for local queries.
Intead of      http://localhost:1234/MyApp/...
use               http://localhost.:1234/MyApp/...          
(notice the extra dot after localhost).

After that fiddler will catch such requests:
 



Hope it will help.

Комментариев нет:

Отправить комментарий