https://github.com/soenneker/soenneker.cloudflare.validators.request.functions
A validator for Azure Functions that verifies incoming requests originate from Cloudflare by checking the client certificate thumbprint.
https://github.com/soenneker/soenneker.cloudflare.validators.request.functions
cloudflare cloudflarerequestvalidator csharp dotnet function functions request require validator validators
Last synced: 16 days ago
JSON representation
A validator for Azure Functions that verifies incoming requests originate from Cloudflare by checking the client certificate thumbprint.
- Host: GitHub
- URL: https://github.com/soenneker/soenneker.cloudflare.validators.request.functions
- Owner: soenneker
- License: mit
- Created: 2025-08-26T19:31:20.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2026-03-05T05:49:57.000Z (25 days ago)
- Last Synced: 2026-03-05T06:54:46.065Z (25 days ago)
- Topics: cloudflare, cloudflarerequestvalidator, csharp, dotnet, function, functions, request, require, validator, validators
- Language: C#
- Homepage: https://soenneker.com
- Size: 312 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
[](https://www.nuget.org/packages/soenneker.cloudflare.validators.request.functions/)
[](https://github.com/soenneker/soenneker.cloudflare.validators.request.functions/actions/workflows/publish-package.yml)
[](https://www.nuget.org/packages/soenneker.cloudflare.validators.request.functions/)
[](https://github.com/soenneker/soenneker.cloudflare.validators.request.functions/actions/workflows/codeql.yml)
#  Soenneker.Cloudflare.Validators.Request.Functions
### A validator for Azure Functions that verifies incoming requests originate from Cloudflare by checking the client certificate thumbprint.
## Installation
```
dotnet add package Soenneker.Cloudflare.Validators.Request.Functions
```