How to capture http messages from Request Node library with Fiddler

前端 未结 5 1203
清酒与你
清酒与你 2021-02-12 12:33

Regular client initiated requests to the node server are captured fine in Fiddler. However, requests sent from node to a web service are not captured. It did not help to pass in

5条回答
  •  遥遥无期
    2021-02-12 13:07

    The proxy option should be a full url, like this:

    proxy : "http://127.0.0.1:8888"
    

提交回复
热议问题