You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @coolalexhuang,
This issue is caused because the string has an unescaped $, this needs to be \$.
So, doing something like:- curl -X GET "https://alextest.com/" -H "5f005074: [jKanrLih\$!]SooCV5u)aI!pt9"
or using single quotes:- curl -X GET "https://alextest.com/" -H '5f005074: [jKanrLih$!]SooCV5u)aI!pt9'
would solve the problem.
Let me know if this helps.
I am closing this issue for now, if you don't find this solution satisfactory, you can reopen the issue.
Is there an existing issue for this?
Describe the Issue
When I import the CURL to postman, the header with value of "]" will be missing.
Steps To Reproduce
curl -X GET "https://alextest.com" -H "5f005074: [jKanrLih$!]SooCV5u)aI!pt9"
Screenshots or Videos
Operating System
macOS
Postman Version
10.12.10
Postman Platform
Postman App
User Account Type
Signed In User
Additional Context?
No response
The text was updated successfully, but these errors were encountered: