请求测试——Fiddler2工具(可以测试POST和Get)

使用参考:http://jingyan.baidu.com/article/dca1fa6fa07000f1a44052f6.html

 发送POST请求的时候,需要填写发送类型:

发送JSON格式填写:

Content-Type:application/json; charset=utf-8

发送文本填写:

Content-Type:text/html; charset=utf-8

其余填写:

Content-Type: application/x-www-form-urlencoded

原文地址:https://www.cnblogs.com/shuai7boy/p/6740190.html