Learn about HookFlo’s comprehensive security features and algorithm-agnostic payload processing
Encoding Type | Description | Use Case |
---|---|---|
Base64 | Decodes Base64-encoded payloads (standard, URL-safe) | Services that encode binary data or compress payloads |
URL Encoding | Parses URL-encoded request bodies | Form submissions and legacy webhook systems |
JWT Payload | Extracts and validates claims from JWT tokens | Modern API systems using token-based authentication |
Gzip/Deflate | Automatically decompresses compressed payloads | High-volume webhook systems that optimize for size |
Custom Encoding | Apply custom decoding functions | Proprietary encoding formats unique to specific providers |
Flexible Verification Strategies
For Public-Facing Endpoints
For Internal Systems