Headers

Tilda adds various headers to requests and responses to provide additional information and functionality. This guide explains the headers you can use in your application.

Request Headers

These headers are added to incoming requests before they reach your application:

Geolocation Headers

Security Headers

Request Information

Response Headers

There are some response headers that are added by Tilda platform to share information about the request and response. There are also Cache Control headers that can be set in your application's responses to control caching behavior.

Cache Control Headers

The following headers can be set in your application's responses to control caching behavior. For detailed information about caching strategies and examples, see the Caching documentation.

Cache Information

Server Information

Default Response Headers

Using Headers in Your Application

You can access these headers in your application code to implement features like:

For caching-related headers and their usage, refer to the Caching documentation.