This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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>. |