Skip to content

Instantly share code, notes, and snippets.

View matchilling's full-sized avatar
🎯
Focusing

Matías J. Schilling matchilling

🎯
Focusing
View GitHub Profile
@matchilling
matchilling / CloudflareHeader.java
Last active October 13, 2025 08:29
Cloudfare HTTP Request Headers
package cat.encordats.cloudflare;
import lombok.Getter;
/**
* Cloudflare provides several HTTP request headers that include information about the visitor's location, IP, and
* network characteristics. These are automatically added to requests sent to your origin server (your backend) when
* traffic is proxied through Cloudflare.
* <p>
* Cloudflare <a href="https://gist.github.com/matchilling/959f82e72f70325590741c1acfcbfe3a">visitor location headers</a>.