> ## Documentation Index
> Fetch the complete documentation index at: https://auth0.com/llms.txt
> Use this file to discover all available pages before exploring further.

> Learn how to set up Akamai for use as the custom domain proxy for Auth0.

# Configure Akamai as Reverse Proxy

<Card title="Availability varies by Auth0 plan">
  Both your specific login implementation and your Auth0 plan or custom agreement affect whether this feature is available. To learn more, read [Pricing](https://auth0.com/pricing).
</Card>

To set up an Akamai product as a reverse proxy, complete the following:

1. Verify the ownership of your custom domain. To learn more, read [Verify Ownership](/docs/customize/custom-domains/auth0-managed-certificates#verify-ownership).
2. Go to [Dashboard > Settings > Custom Domains](https://manage.auth0.com/#/tenant/custom_domains) to gather the distribution, origin custom header, origin hostname, and default cache behavior settings. Then, use this information to update your Akamai custom domain settings to point to the reverse proxy server domain. To learn more, read [Configure reserve proxy](/docs/customize/custom-domains/self-managed-certificates#configure-reverse-proxy).
3. Update the custom domain client IP header using the Management API PATCH  `/api/v2/custom-domains/{id}` endpoint as below:

   ```json lines theme={null}
   { 
   "custom_client_ip_header": "true-client-ip" 
   }
   ```

   To learn more, read [Update custom domain configuration](https://auth0.com/docs/api/management/v2#!/Custom_Domains/patch_custom_domains_by_id).

For details on how to configure Akamai as a reverse proxy using the information above, refer to Akamai documentation or customer support.
