0
点赞
收藏
分享

微信扫一扫

Fiddler 4 中如何post数据

天际孤狼 2022-10-09 阅读 16


关于这个问题的 解决 参看
​​​http://stackoverflow.com/questions/7075125/check-post-request-with-fiddler​​

关键 是要在 头部 增加
Content-Type: application/x-www-form-urlencoded

这里有个坑
​​​http://jingyan.baidu.com/article/dca1fa6fa07000f1a44052f6.html​​​
百度经验的这篇文章, 最后说 要加 ContentType:application/x-www-form-urlencoded, 你如果仔细看, 会发现 少了一个 横杠, 坑啊。

还可以参考这个网页
​​​https://www.blackbaud.com/files/support/guides/infinitydevguide/content/InfinityWebAPI/coUsingFiddlerCreateHTTPRequest.htm​​


举报

相关推荐

0 条评论