erc8128_verify_signature
Recover the Ethereum signer address by verifying an ERC-8128 HTTP signature, checking RFC 9421 validity and expiry.
Instructions
Verify an ERC-8128 HTTP message signature. Checks RFC 9421 signature validity, recovers the signer's Ethereum address, and validates expiry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | Yes | HTTP method | |
| url | Yes | Request URL | |
| headers | Yes | HTTP headers from the signed request | |
| signature_input | Yes | Signature-Input header value | |
| signature | Yes | Signature header value | |
| content_digest | No | Content-Digest header value |