How to convert cURL to postman?

后端 未结 1 639
醉话见心
醉话见心 2020-12-25 09:45

Postman has built-in function to convert postman to cURL code, but if I want to convert cURL code to postman, How can I do this efficiently? For example, cURL code as follow

相关标签:
1条回答
  • 2020-12-25 10:31

    By using the 'Import' functionality followed by 'Paste Raw Text'.

    Explained in the official docs here.

    For the body it selects raw and expects the user to paste the content of the file into Postman. Alternatively you can toggle it to binary and upload the file manually while doing the actual request.

    0 讨论(0)
提交回复
热议问题