I’m trying to pull some confluence content with the API, but all I’m getting as a response is this “You are already logged in” HTML page. This is not specific to any one request, it’s happening on everything I’ve tried. For auth, I’m using a Confluence personal access token, per these instructions: Using Personal Access Tokens | Atlassian Support | Atlassian Documentation
Haven’t been able to find any help for this so far, so anything anyone has will be greatly appreciated. Here’s a clean look at what postman’s giving me:
Can you please provide a screen grab of Postman with the full URL path of the request, as your screen grab only shows the abstracted URL with variables in two places. Also, do not select Preview mode for the response, but leave it in Pretty mode to show the underlying HTML / JSON response.
I am facing similar issue. I have logged out from all the sessions in my browser, cleared cookies etc. Still while hitting the confluence api (all requests) from Postman or python code, it returns HTML page “You are already logged in”. Using personal access token for auth. I am currently stuck, so any help on this will be really appreciated.