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,
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.