Reference: http://www.cnblogs.com/xpnew/archive/2009/08/18/Fiddler_web_http_ajax_jqurey.html (see comments)
In the last two days, we have studied how jquery connects to. NET web services and JSON. The head is several times bigger. Yesterday, I saw a message on a blog that could intercept the communication between the browser and the server. In order to save space, the blogger only showed a part, at that time, I thought this was a dedicated hacker tool.
Today, we are still looking at the data and technical details, coding --> debuging --> coding ......
I suddenly saw this tool in a blog, and the blog Master had a complete screen and even a software title. So I found the software Fiddler !!
The relationship between time. Here I can only summarize some of the information that I have seen and sort it out later.
1,
Fiddler website and: http://www.fiddlertool.com/Fiddler/dev/
2,
HTTP debugging tool: fiddler Introduction 1)
Http://www.cnblogs.com/FrameWork/archive/2006/10/16/529835.html
The following is the author's series of articles.
Http://www.cnblogs.com/FrameWork/category/73102.html
3,
Fiddler: Web debugging agent
Http://www.infoq.com/cn/news/2009/03/fiddler
4,
Let fiddler2 listen to local HTTP connections
Http://blog.66brand.com/Article/10.aspx
The key point is to have fiddler2 listen to the local
Open the c: \ windows \ system32 \ drivers \ etc \ hots file in Notepad. It is actually an ini configuration file. By default, there is only one line in the file (# starts with a comment line ):
127.0.0.1 localhost
This is the origin of localhost. the browser will convert localhost to 127.0.0.1 based on this file. We add a row below:
127.0.0.1 local
5,
This article is where I found Fiddler. It is about jquery, but it is also an example of Fiddler.
Jquery calls WebService in four ways [reprinted]
Http://www.cnblogs.com/chenxizhang/archive/2009/05/28/1491231.html
6,
Plug-in: nexpert
This is what Jeffrey Zhao mentioned in his reply. As a big cow I worship in the garden, his opinion must be unconditional.
Http://www.infoq.com/cn/news/2009/03/nexpert
Wandering is doomed;
Wandering is an endless cycle. 0 0
0
(Please comment on the article)