Does Xano support Basic Authentication?

Basic authentication simply means the application sends a username and password with every request, and those credentials are also often stored or saved on the device.

Does Xano support this?

From the documentation of the api that I'm working on, to get the access token, header should be created like this:

Authorization: Basic <client id>:<client_secret>

But i always get unauthorized error.

The url, client id and secret are all correct and working when I use it on make.com with HTTP basic request.

1 reply