Hello,
I'm using node.js and its library supertest/superagent for testing. The odd thing is that there isn't by default support for proxies.
I'm thinking of way to view headers in Fiddler. Both client and server are locally to my computer. And I have control of request URL.
Can you think of solution? Is it possible for Fiddler to change the port in the request?
Client -> Fiddler port 8888 -> (change request port to 3000) -> localhost:3000 server
Thanks