Fiddler doesn't capture request from Insomnia but does capture rquest from Postman

大憨熊 提交于 2021-01-04 09:25:57

问题


Just sending a simple POST request to https://httpbin.org/post.

Fiddler captures the request when I send it from Postman, but doesn't when I send it from Insomnia.

Is there some setting I need to enable either in Fiddler or Insomnia?


回答1:


By default, Fiddler changes the system proxy to point to the port it's listening onto, http://localhost:8888. Contrary, Insomnia doesn't use the system proxy, but could be manually configured to use a specified proxy:

  • Choose Settings -> HTTP Proxy and set http://localhost:8888 (or whatever Fiddler is using).


来源:https://stackoverflow.com/questions/59491085/fiddler-doesnt-capture-request-from-insomnia-but-does-capture-rquest-from-postm

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!