• Resolved rcabanzo

    (@rcabanzo)


    Hi, have the pro plugin, how i can convert or use this autorizacion in my site?

    My api post have this:

    Username: cosgua_doctorplus

    Password: cg24$EDoctor+

    How i can convert or use? i try convert but have the error using this: cosgua_doctorplus : cg24$EDoctor+

    Error: Invalid base64 string

    Im apreciate ur help, thanks

Viewing 1 replies (of 1 total)
  • Plugin Contributor Mayur Prajapati

    (@mayur8991)

    Hello @rcabanzo

    Thank you for using our plugin

    Below are the steps to authenticate your API request securely using Base64 encoding with a Bearer token.

    Step-by-Step Authorization Instructions:

    1. Combine your credentials in the following format:

        cosgua_doctorplus:cg24$EDoctor+

    2. Note: Do not add any extra spaces. Convert the string to Base64 You can use any Base64 encoder. For example: Visit: https://www.base64encode.org

    3.Paste the string: cosgua_doctorplus:cg24$EDoctor+ Click “Encode” to generate the Base64 string. It should look like this (example output): Y29zZ3VhX2RvY3RvcnBsdXM6Y2cyNCRFRG9jdG9yKw==

    4. Send the Base64 string in the Authorization header Use the result like this in your API request headers:

        Authorization: Bearer Y29zZ3VhX2RvY3RvcnBsdXM6Y2cyNCRFRG9jdG9yKw==

Viewing 1 replies (of 1 total)

The topic ‘Convert the authorization to base64?’ is closed to new replies.