[PLUGIN] Generate Basic Auth Header

A lot of us, including me were having some kind of issues using the API connector with basic auth headers. The plugin mentioned below converts your key and secret to a Basic Auth key.

3 Likes

Pretty useful @nocodeventure !

Hi @nocodeventure ! Can you give some usecase example?
Is it to create a base64 encoded basic header when API request this?

1 Like

Yes, it’s the base encoding of the Client ID and Client Secret

Thanks @cmarchan, it’s pretty useful indeed. I’m currently custom coding Basic Auth Post calls because of the current limitation.

Postman automatically handles the basic authorization.