Simulate a specific CURL in PostMan

前端 未结 7 1811
不思量自难忘°
不思量自难忘° 2020-11-28 02:03

I am using Postman to test some Curl requests to an API server. The API developers gave us the curl command, but I can\'t send it from the Postman. How to make such a reques

7条回答
  •  盖世英雄少女心
    2020-11-28 02:52

    sometimes whenever you copy cURL, it contains --compressed. Remove it while import->Paste Raw Text-->click on import. It will also solve the problem if you are getting the syntax error in postman while importing any cURL.

    Generally, when people copy cURL from any proxy tools like Charles, it happens.

提交回复
热议问题