I am currently working on a task that require to extract the confluence html page, I did that but using my personal email id and the api token. Instead of that i want to use the service account email and api token, how I can generate that?"
Hi @Prasad_ Srishti Subhash Chandra
You will have to create an account dedicated to this action if you don't want to use your personal account.
If the issue is to get you password displayed in the GET request you can encode it with your login in base64
echo -n "login:password" | base64
Regards,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.