0

I'm using VSCode and running some automated tests that are sending API requests to https://restful-booker.herokuapp.com domain.

Now, I normally use Proxyman to inspect such requests from various apps (Postman, pycharm, brave browser etc) and it works without issues. Example of sending a request form Postman that's intercepted by Proxyman:request from postman in proxyman That proves the point that my setup on macOS is correct.

Running 'npm test' to run the test below (which definitely sends a request to that domain): api test Unfortunately, that request cannot be seen in Proxyman.

I strongly believe that the issue lies in VSCode because I cannot see any traffic from that app. Does it work for anybody? How did you make it work?

0 Answers0