Postman can't reach localhost

后端 未结 19 1938
Happy的楠姐
Happy的楠姐 2020-12-23 16:34

I am in a corporate env so I have to use a proxy to reach servers. This works well in postman and in browsers. What I can\'t reach is localhost in postman but I can reach lo

19条回答
  •  感情败类
    2020-12-23 16:57

    My problem was that i was setting an invalid Header token and it gave me the error

    Error: Header name must be a valid HTTP token ["Accept "] Warning: This request did not get sent completely and might not have all the required system headers

    Just check your Headers.

提交回复
热议问题