This article is a mirror article of machine translation, please click here to jump to the original article.

View: 12840|Reply: 0

Resolved the issue that fiddler could not crawl local localhost, 127.0.0.1 network requests

[Copy link]
Posted on 4/3/2020 11:52:21 AM | | | |
Regarding the problem of using Fiddler to catch localhost packages, I deployed several applications locally, and then I wanted to use Fiddler to grab some requests to see which interfaces were called, but I couldn't catch them.

For example, the access address looks like this:



Search the Internet for a long time to find a solution

Add a dot after localhost or 127.0.0.1, as follows:



Then the fiddler catches the request made locally



There is also a way:

Add .fiddler after localhost

For example, request http://localhost:8080 to changeThe hyperlink login is visible.That's it


Other ways to see it are:

(1) UseThe hyperlink login is visible.Instead of http://localhost

(2) Use http://localhost. Add a dot after the locahost

(3) UseThe hyperlink login is visible.  Add a dot after 127.0.0.1

(4) Use http://machinename Use the machine name

(5) Open Fiddler, and remove this option >Fiddler Options>General>Enable IPv6 (if avaible).

(6) Add 127.0.0.1 localsite to the hosts file, so that it can also be caught.




Previous:MSSQL WITH (NOLOCK) dirty reading
Next:A full set of videos of a certain horse in 57 episodes
Disclaimer:
All software, programming materials or articles published by Code Farmer Network are only for learning and research purposes; The above content shall not be used for commercial or illegal purposes, otherwise, users shall bear all consequences. The information on this site comes from the Internet, and copyright disputes have nothing to do with this site. You must completely delete the above content from your computer within 24 hours of downloading. If you like the program, please support genuine software, purchase registration, and get better genuine services. If there is any infringement, please contact us by email.

Mail To:help@itsvse.com