Hi there,
I tried to import a successful request in my localhost environment into postman, it worked on the first run. But after I saved it to my collection, it returns “unauthorized” response.
I know the question sounds silly and maybe irrelevant with the postman product itself, but if you guys could give me some hints that where I could look into, that would be great.
To describe my environment, the request from my postman has hardcoded session_token(from auth0), I turn off SSL connection(because it’s on my localhost). All the request headers are correctly replicated from the successful request in browser.
Thanks very much