Closed
Bug 1486724
Opened 7 years ago
Closed 7 years ago
TRR: basic URI template parser/stripper
Categories
(Core :: Networking: DNS, enhancement, P1)
Core
Networking: DNS
Tracking
()
RESOLVED
FIXED
mozilla63
| Tracking | Status | |
|---|---|---|
| firefox63 | --- | fixed |
People
(Reporter: daniel, Assigned: daniel)
Details
(Whiteboard: [necko-triaged][trr])
Attachments
(1 file)
The DNS-over-HTTP specification, section 3, says "The DoH client is configured with a URI Template [RFC6570] which describes how to construct the URL to use for resolution."
... and then in section 4.1: "When the HTTP method is GET the single variable "dns" is defined as the content of the DNS request"
A DoH client template is therefore likely to specify "{?dns}" (if used at all), and the end of the given URI string.
I took some template questions to the DoH mailing list: https://mailarchive.ietf.org/arch/msg/doh/Lv6XzwT-27F3TiOLXs5jwzuNer4
Comment 3•7 years ago
|
||
Comment on attachment 9004510 [details]
bug 1486724 - TRR: accept basic URI template
Valentin Gosu [:valentin] has approved the revision.
Attachment #9004510 -
Flags: review+
Pushed by daniel@haxx.se:
https://hg.mozilla.org/integration/autoland/rev/ca7b0659636c
TRR: accept basic URI template r=valentin
Comment 5•7 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
You need to log in
before you can comment on or make changes to this bug.
Description
•