Getting valid response from Curl, but not with Postman

I'm calling an endpoint with valid request thru Postman, but I'm getting invalid response. If I use the same request in Curl Command, I get valid response. Can you let me know what could be the issue with Postman?

Best Answer

  • SupDev1
    Answer ✓

    Most valid cURL commands can be imported into Postman. Go to import in POSTMAN and select the raw text option where you should paste your cURL cmd. Hit import and you will have the cmd in your postman builder. Now you can look for dependencies.