Origin Basic Authentication
Authenticate CDN requests to your origin using HTTP Basic Authentication.
Last updated
Was this helpful?
Authenticate CDN requests to your origin using HTTP Basic Authentication.
Origin Basic Authentication allows the CDN to authenticate requests to your origin server using HTTP Basic Authentication credentials.
When enabled, the CDN includes the configured username and password in every origin request. This allows access to origins protected by HTTP Basic Authentication without exposing credentials to clients.
Origin Basic Authentication affects only requests sent from the CDN to your origin server. It does not change viewer requests or responses.
In the Medianova Control Panel, select your Dynamic CDN Resource and open the Security tab

See: API Reference – Origin Basic Authentication
When Origin Basic Authentication is enabled:
The CDN authenticates to your origin using the configured HTTP Basic Authentication credentials.
Authentication is performed for origin requests only.
Clients never receive or see the configured credentials.
Every origin fetch uses the configured username and password until the feature is disabled or the credentials are updated.
The configured username and password must match the credentials expected by your origin server.
Incorrect credentials may cause origin requests to fail with authentication errors.
Viewer requests are not modified.
Credentials are used only for communication between the CDN and the origin server.
Last updated
Was this helpful?
Was this helpful?