I have created a python application to pull the data from confluence. Most of the times things work correctly but recently confluence was updated from 7.19 to 8.5 and after that I am facing this issue. This scenario is happening on an on-premise environment. That particular confluence instance is accessible in that specific environment only. I tried replicating the scenario in our environment but couldn't.
On requests the confluence page/attachments urls it is not failing but I am not able to extract the text from it. However, I am able to extract the pages from spaces, attachments from pages.
When I try to extract text from the page using requests via my python app, the extract text from page looks like: Since your browser does not support Javascript, you must press the Continue button once to proceed
Can anyone please help in resolving this issue.?