Custom proprietary headers have historically been used with an
X-
prefix, but this convention was deprecated in 2012 because of the inconveniences it caused when nonstandard fields became standard in RFC 6648; others are listed in the IANA HTTP Field Name Registry, whose original content was defined in RFC 4229. The IANA registry lists headers, including information about their status.
--
You received this message because you are subscribed to the Google Groups "certificate-transparency" group.
To unsubscribe from this group and stop receiving emails from it, send an email to certificate-transp...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/certificate-transparency/39288f66-b08c-439c-90a0-3c47581de409n%40googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/certificate-transparency/ff4654d6-8fd0-41ad-b314-77486c8a984en%40googlegroups.com.
You received this message because you are subscribed to a topic in the Google Groups "certificate-transparency" group.To unsubscribe from this topic, visit https://groups.google.com/d/topic/certificate-transparency/fZ0ZMWsBIZE/unsubscribe.To unsubscribe from this group and all its topics, send an email to certificate-transp...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/certificate-transparency/f28b9827-4b91-478b-8da9-69b6ca92b9c3%40app.fastmail.com.
To view this discussion visit https://groups.google.com/d/msgid/certificate-transparency/713a2907-cd18-4dff-b88a-879a658884d7%40app.fastmail.com.
To view this discussion visit https://groups.google.com/d/msgid/certificate-transparency/3d17a915-c0a8-4253-ab39-6e1f91358594n%40googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/certificate-transparency/1247dd67-aedb-4767-9aa2-6161a1580775%40app.fastmail.com.
Following recent discussions about CT scaling challenges and the benchmark results I shared, I'd like to propose a simple extension to RFC 6962 that addresses the caching and efficiency concerns raised about the current get-entries API.
This extension achieves the same efficiency goals as the Static API while maintaining simplicity:
- Simpler client implementation: Direct page requests vs. tile reconstruction
- Standard HTTP caching: No special CDN rules needed
- Single request per page: No multiple tile fetches to retrieve entries
- Graceful degradation: Falls back to regular RFC 6962 if pages aren't supported
- No cryptographic complexity: Just fetch the page you need
- No flag day: Logs can adopt this incrementally without coordination
- No ecosystem split: One API serves all clients, old and new
--