HTTP Authentication

The FTL server web API can authenticate requests using HTTP basic authentication.

If the FTL server enables user authentication, then the web API authenticates requests using HTTP basic authentication.

Authenticated requests must include user name and password credentials in the HTTP authentication header.

If the FTL server disables user authentication, then the web API does not require authentication for requests.

Note: Secure FTL servers use HTTPS and TLS.