Postman, Swagger showing You are not authenticated!

Hi @Sanjit_Pal1,

You’re encountering this issue because the cookie isn’t present anymore. We recently moved from cookie to access token authentication.

For replaying or edit & replay requests you might want to use Copy as fetch, Copy as cURL functionalities.

Examples (in Chrome):
1.


2. Navigate to Console
3. Paste

4. Hit Enter
5. Check the Network tab and you’ll be able to find the request.

Some guidance for multiple browsers: Edit and replay XHR chrome/firefox etc? - Stack Overflow

3 Likes