GPT-5 finding
HTTP Signatures example claims RFC 9421 but shows non-compliant header usage
- gitlawb/references/api-reference.md:10-16
The document cites RFC 9421 but uses the older Authorization: Signature syntax rather than the standardized Signature-Input and Signature fields defined by RFC 9421. This can mislead client implementers and cause interoperability issues if they implement the RFC strictly.
Recommendation
Update the Authentication section to use RFC 9421-compliant fields (Signature-Input and Signature) and provide a concrete, correct example, or explicitly note support for the legacy draft scheme if that is what the server actually implements. Ideally, publish a minimal, tested sample request showing exact headers and canonicalization details.