How to import curl command in postman request | how to run curl command in postman

preview_player
Показать описание
Welcome to The TechFlow, your go-to destination for concise and insightful technical videos.

We are here to share with you simplified knowledge which we have earned and learned through our years of work experience with technology.

How to import curl command in postman request | how to run curl command in postman
This guide will show you how to run a curl command from postman.

TABLE OF CONTENTS
Introduction 00:00

Thank You

#postman #curl #import
Рекомендации по теме
Комментарии
Автор

Thanks for this video! I had a curl command that was working but when I tried to enter it into Postman manually it was failing. I imported it using the technique you demonstrate here and immediately got it working!

dougcouvillion
Автор

Hi
I got a 401 error API(get)
But 1st API(post) runs successfully
Coping curl can solve the header and authorization issue

aditibandgar
Автор

How do you add curl parameters into postman like --resolve, -k, -v and how to verify that it got added properly in the requests.

sonaliwani