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
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
Assuming that you are using some REST client plugin and want to capture the traffic, This worked for me:
© 2022 - 2024 — McMap. All rights reserved.
http://localhost:8888
as proxy in VS Code solves problem for me. I'm using marketplace.visualstudio.com/items?itemName=humao.rest-client extension to sent http requests and wanted to capture traffic with fiddler. I'm not sure about authors' use case. – Ladino