Data source HTTP basic authentication
Â
The data source is stored on a web-server. If the web server with your data source supports HTTP basic authentication, you will need to configure it in the data source configuration.
Â
This article shows how you can configure the HTTP basic authentication in the Table Grid Cloud data source.
We use Headers to add authentication.
Configuration
Set a Key as Authorization and a Value as the encrypted access credentials.
Access credentials before encoding | Access credentials after encoding |
---|---|
| YWRtaW46dGVzdHBhc3N3b3Jk |
Value format with encoded credentials
Â
You can encode the credentials using any available encode tool such as Base64.
Â
Â