DEV Community

Cover image for How to Import Curl into Postman and Test Requests
Judith ☁ Oiku
Judith ☁ Oiku

Posted on • Updated on

How to Import Curl into Postman and Test Requests

What is Curl?

Curl is a command line tool and library for transferring data with URLs.

Steps

The following steps can be used to test Curl in Postman:

  1. open postman.
  2. click import tab on the top left side.
  3. select the raw test tab.
  4. paste the raw text, then click continue.
  5. confirm the name , format and Import as
  6. if step 5. is correct, click import.

This automatically imports Curl into Postman.

To read more on Curl, visit curl.se

follow me on twitter

Original article posted on my blog

Top comments (2)

Collapse
 
xiangzhuyuan profile image
Mathew P. Jones

as now, just past it in normal tab input box, postman will make it for you automatically.

Collapse
 
mbutle3 profile image
Michael Antonio Butler

Thank You!