How to capture Visual Studio Code traffic through Fiddler?

☆樱花仙子☆ 提交于 2020-12-30 09:35:34

问题


How can we capture VS Code traffic through Fiddler? I ran my Fiddler and seems working fine. It could capture browsers' traffic but not VS Code traffic. I really appreciate if anyone can give me the solution for that.

Thanks


回答1:


Assuming that you are using some REST client plugin and want to capture the traffic, This worked for me:

  1. In VS Code, go to File -> Preferences -> Settings
  2. In the settings Search field, type in "proxy"
  3. Set the "Http: Proxy" setting to "http://localhost:8888"


来源:https://stackoverflow.com/questions/57228186/how-to-capture-visual-studio-code-traffic-through-fiddler

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