-
Notifications
You must be signed in to change notification settings - Fork 855
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could not properly import curl with "X-XSRF-TOKEN" #7806
Could not properly import curl with "X-XSRF-TOKEN" #7806
Comments
Able to reproduce with |
Thanks for reporting this @vanthuanqs. We'll take this up soon. |
@abhijitkane Thank you! |
@abhijitkane This problem is also happened on Mac OS |
Hey @vanthuanqs , we have added the fix for this issue and it will be released with the next Postman App version - 7.22, planned on 8th April. |
Awesome work, thank you! |
Describe the bug
I am facing with error Could not get any response after import curl
To Reproduce
Steps to reproduce the behavior:
Click on button Import, choose Paste Raw Text and submit
![image](https://user-images.githubusercontent.com/4916817/70896162-ca1b8700-2022-11ea-9d79-407b902e9b73.png)
Click on Send button to send the request
See error (of couse I turned off SSL certificate validation):
![image](https://user-images.githubusercontent.com/4916817/70896285-064ee780-2023-11ea-99ce-2cba87328ca2.png)
Expected behavior
Should receive response
Screenshots
![image](https://user-images.githubusercontent.com/4916817/70896671-bae90900-2023-11ea-83f7-9b35c7db7a64.png)
![image](https://user-images.githubusercontent.com/4916817/70896924-3a76d800-2024-11ea-96ab-e97ddfa9a40c.png)
App information (please complete the following information):
Additional context
![image](https://user-images.githubusercontent.com/4916817/70896587-8b3a0100-2023-11ea-8b0c-43a92468a419.png)
After debug, I found the reason is Postman does not import curl properly
There is header
X-XSRF-TOKEN
in curl but in Postman it'sX-X SRF-TOKEN
The text was updated successfully, but these errors were encountered: