Learn how to use Page Rules to re-write host headers.
Using Page Rules to Re-Write Host Headers
Customers can rewrite Host Headers using the Cloudflare Rules app. This feature is currently available for domains on the Enterprise plan.
A common use case for this functionality is when your content is hosted on an Amazon S3 bucket. Amazon has designed their system to only accept host headers that have the same name as the bucket hosting your content. In this way, a request to "Host: your-domain.com" must be re-written to “Host: your-bucket.s3.amazonaws.com", or else the request will be denied.
To ensure the header is rewritten, go to Page Rules and specify the URL to match. Next, click Add a Setting and select Host Header Override, then enter the override value.Now, Any request matching the URL you specified will have the host header overridden to the one you have put in the Host Header Override text box. See the example below:
