Browser Support for RFC9460 HTTPS DNS Records Remains Inconsistent in 2025
By
zdw
Pulled from the oven just right. Trustworthy, fact-dense, deeply satisfying.
Summary
The article discusses the current state of browser support for RFC9460 HTTPS Resource Records (HTTPS RRs) as of December 2025. Despite being published in November 2023, support for these DNS records remains inconsistent across browsers. The RFC defines various SvcParamKeys that browsers support to different degrees, and there's disagreement among developers about proper implementation. The article notes that even caniuse.com doesn't provide comprehensive information about which browsers support these records and to what extent, leaving developers without a clear picture of the current support landscape.
Key quotes
· 3 pulledRFC9460, defining SVCB and HTTPS Resource Records, was published in November of 2023. Two years later, however, support for these DNS records is still far from universal.
Add to that the fact that the RFC defines a number of SvcParamKeys, which browsers support to different degrees and where developers disagree about the proper behavior, and you end up with no clear picture of which browsers support these records to which end.
Unfortunately even the otherwise ever so useful https://caniuse.com/ does not provide that information, although there's a feature
You might also wanna read
WebSparks: An AI-Powered Tool for Building Web Applications Without Extensive Coding
WebSparks is an AI-powered software engineer that transforms ideas into fully functional web applications without requiring extensive coding
innovirtuoso.com·18h agoJoost de Valk publishes open Website Specification: 128 rules for modern, future-proof websites
Joost de Valk, creator of Yoast SEO, published the Website Specification (specification.website) — an open, platform-agnostic reference docu
ZX Spectrum BASIC interpreter rebuilt from scratch to run natively in web browsers
A developer has rebuilt the ZX Spectrum's BASIC interpreter from scratch to run in a web browser, without emulating the original Z80 hardwar
How to Set Up an Apache Reverse Proxy for an Ecommerce Website
This article provides a comprehensive, start-to-finish guide on setting up an Apache reverse proxy specifically for ecommerce websites. It c
blog.radwebhosting.com·2d agoImplementing live text search in React with Firestore Enterprise's built-in search pipeline
Firebase's Firestore Enterprise edition now includes built-in text search support. This article demonstrates how to implement live text sear
firebase.blog·2d agowterm: A DOM-based Web Terminal Emulator Powered by Zig and WebAssembly
wterm is a web-based terminal emulator that renders directly to the DOM, providing native text selection, copy/paste, find functionality, an
