问题
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:
- In VS Code, go to File -> Preferences -> Settings
- In the settings Search field, type in "proxy"
- Set the "Http: Proxy" setting to "http://localhost:8888"
来源:https://stackoverflow.com/questions/57228186/how-to-capture-visual-studio-code-traffic-through-fiddler