How to read Basic Auth token(Authorization in Request Header) from cumulocity URL

Hi,

I need a basic auth token from cumuclocity(generated with username and password) to provide Authentication in application.

B & R,
Asma

1 Like

Hi Asma,
precondition is a working cumulocity system and credentials for it.
Open the UI in a browser and log in.
Open the browser developer tools and choose a request.
In the header you find the basic auth token, as shwon in the screenshot.
It is “Basic dD(here are some additional characters)NDI=”
Regards, Christian

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.