What are the HTTP headers sent to my server?

Modified on Mon, 06 May 2019 at 05:04 PM

When Fasterize contacts your server to retrieve content that it does not cache, it automatically sends information to help you better identify the visitor. This allows you, for example, to display content for mobile devices in the case of adaptive design, or to change the language based on your visitor's geolocation.


Note : Fasterize transfers HTTP requests from the browser to the origin in lowercase.


Here is the list of HTTP headers sent in the request:


X-Forwarded-For et True-Client-IP


These two headers are essential for the configuration of your server, they contain the real IP address of your visitor and you must configure your statistics and monitoring tools for them to use. more detailed article   gives more detail on these headers.

For example :

X-Forwarded-For: 232.28.56.133, 196.34.12.45

True-Client-IP: 232.28.56.133


X-Frz-Geoip-Country


This header returns the country code (in ISO 3166 format) associated with the visitor's IP. This header is not enabled by default, contact support or your project manager to obtain it.

For example :

X-Frz-Geoip-Country: FR


X-Unique-Id


A unique identifier for each request is returned via this header, it is very useful for us to identify a problem, be sure to send it to us if you notice a problem on your site!

For example :

X-Unique-Id: 87d39c73-6f09-5097-8a43-9edd4244c739


X-User-Agent-Class


This header informs you about the type of device used by the visitor by classifying it in a category. For more information and the list of possible values, see the article on adaptive design with Fasterize .

For example :

X-User-Agent-Class: desktop_recent


X-Forwarded-Proto


This header informs you about the protocol used by the client to connect to your site. It is only sent when your site uses the HTTPS protocol.

For example :

X-Forwarded-Proto: https


Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select atleast one of the reasons

Feedback sent

We appreciate your effort and will try to fix the article