#Token not provided (GET method)
3 messages · Page 1 of 1 (latest)
3 messages · Page 1 of 1 (latest)
I am trying to test my API endpoint with a token for authentication (cookie). It's set in the Request Headers under the name 'Cookie' and also set in the Headers from Postman but I always get "Token not provided". How do I set this up correctly?
I tried the same with Bearer Token
Ahh nevermind. Fixed