Re: [Doh] [Ext] DoH client-server interoperability vs. strict HTTP parameter checking

Paul Hoffman <paul.hoffman@icann.org> Sat, 01 June 2019 14:42 UTC

Return-Path: <paul.hoffman@icann.org>
X-Original-To: doh@ietfa.amsl.com
Delivered-To: doh@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id D29A112019B for <doh@ietfa.amsl.com>; Sat, 1 Jun 2019 07:42:45 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.899
X-Spam-Level:
X-Spam-Status: No, score=-1.899 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id wPo1priZYlHT for <doh@ietfa.amsl.com>; Sat, 1 Jun 2019 07:42:44 -0700 (PDT)
Received: from mail.icann.org (out.west.pexch112.icann.org [64.78.40.7]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 4F895120047 for <doh@ietf.org>; Sat, 1 Jun 2019 07:42:44 -0700 (PDT)
Received: from PMBX112-W1-CA-1.pexch112.icann.org (64.78.40.21) by PMBX112-W1-CA-2.pexch112.icann.org (64.78.40.23) with Microsoft SMTP Server (TLS) id 15.0.1473.3; Sat, 1 Jun 2019 07:42:42 -0700
Received: from PMBX112-W1-CA-1.pexch112.icann.org ([64.78.40.21]) by PMBX112-W1-CA-1.PEXCH112.ICANN.ORG ([64.78.40.21]) with mapi id 15.00.1473.004; Sat, 1 Jun 2019 07:42:42 -0700
From: Paul Hoffman <paul.hoffman@icann.org>
To: Christoph <cm@appliedprivacy.net>
CC: "doh@ietf.org" <doh@ietf.org>
Thread-Topic: [Ext] [Doh] DoH client-server interoperability vs. strict HTTP parameter checking
Thread-Index: AQHVGHalwiv+XCio50OJdXTSCJ8MKaaHVPOA
Date: Sat, 01 Jun 2019 14:42:41 +0000
Message-ID: <F46C6B72-BD56-4C5C-9E10-26AC9B187102@icann.org>
References: <770d0bf0-0a93-4d9a-4cb1-1f1e44c584aa@appliedprivacy.net>
In-Reply-To: <770d0bf0-0a93-4d9a-4cb1-1f1e44c584aa@appliedprivacy.net>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach:
X-MS-TNEF-Correlator:
x-ms-exchange-messagesentrepresentingtype: 1
x-ms-exchange-transport-fromentityheader: Hosted
x-originating-ip: [192.0.32.234]
Content-Type: text/plain; charset="us-ascii"
Content-ID: <5612FD9C05CD174E9C219CD5941CE067@pexch112.icann.org>
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
Archived-At: <https://mailarchive.ietf.org/arch/msg/doh/J6WQFTA3wLyEjpnOmRLRaZjGGlE>
Subject: Re: [Doh] [Ext] DoH client-server interoperability vs. strict HTTP parameter checking
X-BeenThere: doh@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: DNS Over HTTPS <doh.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/doh>, <mailto:doh-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/doh/>
List-Post: <mailto:doh@ietf.org>
List-Help: <mailto:doh-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/doh>, <mailto:doh-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sat, 01 Jun 2019 14:42:46 -0000

On Jun 1, 2019, at 5:36 AM, Christoph <cm@appliedprivacy.net> wrote:
> Should DoH servers reject requests with a '400 Bad Request'
> response when the request contains HTTP parameters not defined in RFC8484

No.

> or
> should DoH servers be less strict and simply ignore additional HTTP
> parameters and proceed with processing the relevant HTTP parameters
> required to provide an answer?

Yes.

RFC 8484 makes it clear that a "DoH server" is just an HTTP server that understands the DoH semantics. Trying to limit it beyond that is just wrong (or maybe just lazy).

--Paul Hoffman