Pamungkas Jayuda
Pamungkas Jayuda

Reputation: 1280

How to use Postman

I'm using this CURL line for my test:

curl -H "X-Auth-Token: U2FsdGVkX1/AT1TyraJ0as+h6nu0hW4fvl" -X PUT -d "{\"\$set\":{\"product\":\"Product New Name\" ,\"quantity\":90}}" http://localhost:3000/api/RDiHJAbxpjFqeA9aC

I would like to use Postman. How to achieve the same from Postman?

Upvotes: 1

Views: 1506

Answers (2)

BehrouzMoslem
BehrouzMoslem

Reputation: 9703

Please use to fix your problem from version 4.4.3 onwards. This error is controlled. 4.4.0 - 4.4.3 22

Added support for --url as a cURL parameter

Upvotes: 2

Pamungkas Jayuda
Pamungkas Jayuda

Reputation: 1280

Waiting close issue at : https://github.com/postmanlabs/postman-app-support/issues/1831

its bug on postman.

Upvotes: 0

Related Questions