Closed leognmotta closed 1 month ago
Hey @leognmotta,
In the latest major version of Postman, I'm not seeing that issue when pasting your cURL request into the address bar:
https://github.com/user-attachments/assets/8a39ec66-7a6d-427c-b51e-9168bcaa39cf
Hey @leognmotta,
In the latest major version of Postman, I'm not seeing that issue when pasting your cURL request into the address bar:
20241017145104958.mp4
something weird is happening, I pasted the censored snippet I gave, and indeed worked as expected, but I pasted the original curl with a token, and it removed the double spaces
it could be version related, let me double check, and I will update here
@DannyDainton I tested this with my colleague, and we weren’t able to consistently reproduce the issue. I’ll be closing this for now, but if I encounter something similar in the future, I’ll provide an update.
Is there an existing issue for this?
Describe the Issue
if I paste this exact string to be imported in postman:
note that in
Authorization
header, we have double space betweenQB-USER-TOKEN
andtoken_here
, seems like postmantrim
the string, and create the auth header without the double space.but what is the problem?
Postman is a testing/debugging tool, if it does not reflect what I am debugging it makes waste time when fixing such a simple and small issue, as a debugging tool I expect it to reflect exactly the api call I am making in my application so I can compare the difference.
Steps To Reproduce
import this cURL
note it will not 100% reflect this cURL when importing, it will remove the double space between
QB-USER-TOKEN
andtoken_here
Screenshots or Videos
No response
Operating System
macOS
Postman Version
10.24.26
Postman Platform
Postman App
User Account Type
Signed Out User
Additional Context?
No response