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: 14 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 (10 months ago)
- Default Branch: main
- Last Pushed: 2026-04-14T23:42:12.000Z (2 months ago)
- Last Synced: 2026-04-15T01:39:15.663Z (2 months ago)
- Topics: cloudflare, cloudflarerequestvalidator, csharp, dotnet, function, functions, request, require, validator, validators
- Language: C#
- Homepage: https://soenneker.com
- Size: 393 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
```