For the complete documentation index, see llms.txt. This page is also available as Markdown.

Origin Basic Authentication

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.

Configure Origin Basic Authentication

In the Medianova Control Panel, select your Dynamic CDN Resource and open the Security tab

See: API Reference – Origin Basic Authentication

1

Enable the Feature

Enable the Status toggle.

2

Enter Origin Credentials

Provide the username and password configured on your origin server for HTTP Basic Authentication.

3

Save the Configuration

Click Submit to deploy the updated configuration.

How It Works

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.

Important Notes

  • 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?