Re: [core] More precision about CoAP Observe with FETCH

Jon Shallow <supjps-ietf@jpshallow.com> Tue, 29 June 2021 09:45 UTC

Return-Path: <supjps-ietf@jpshallow.com>
X-Original-To: core@ietfa.amsl.com
Delivered-To: core@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 199943A2D54 for <core@ietfa.amsl.com>; Tue, 29 Jun 2021 02:45:55 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.897
X-Spam-Level:
X-Spam-Status: No, score=-1.897 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_BLOCKED=0.001, 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 f6O26oOvpaHD for <core@ietfa.amsl.com>; Tue, 29 Jun 2021 02:45:51 -0700 (PDT)
Received: from mail.jpshallow.com (mail.jpshallow.com [217.40.240.153]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A94C23A2D52 for <core@ietf.org>; Tue, 29 Jun 2021 02:45:50 -0700 (PDT)
Received: from mail2.jpshallow.com ([192.168.0.3] helo=N01332) by mail.jpshallow.com with esmtp (Exim 4.92.3) (envelope-from <jon.shallow@jpshallow.com>) id 1lyAJL-00049d-Dr; Tue, 29 Jun 2021 10:45:43 +0100
From: Jon Shallow <supjps-ietf@jpshallow.com>
To: 'Simon Bernard' <contact@simonbernard.eu>, core@ietf.org
References: <ffb046bf-ba0b-61de-5a8f-8e35a0440fc1@simonbernard.eu>
In-Reply-To: <ffb046bf-ba0b-61de-5a8f-8e35a0440fc1@simonbernard.eu>
Date: Tue, 29 Jun 2021 10:45:54 +0100
Message-ID: <013501d76ccb$8e2be040$aa83a0c0$@jpshallow.com>
MIME-Version: 1.0
Content-Type: multipart/alternative; boundary="----=_NextPart_000_0136_01D76CD3.EFF04840"
X-Mailer: Microsoft Outlook 14.0
Thread-Index: AQICowpRfhMxcn6CYMw9eR2mIOGlfarUT20g
Content-Language: en-gb
Archived-At: <https://mailarchive.ietf.org/arch/msg/core/9MsLSHr0BXgbvCFZKQkediu7cc4>
Subject: Re: [core] More precision about CoAP Observe with FETCH
X-BeenThere: core@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: "Constrained RESTful Environments \(CoRE\) Working Group list" <core.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/core>, <mailto:core-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/core/>
List-Post: <mailto:core@ietf.org>
List-Help: <mailto:core-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/core>, <mailto:core-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 29 Jun 2021 09:45:55 -0000

Hi Simon,

 

As per https://datatracker.ietf.org/doc/html/rfc8132#section-2 the FEETCH request body is a part of the cache key.

 

   Depending on the response code as defined by [RFC7252 <https://datatracker.ietf.org/doc/html/rfc7252> ], the response

   to a FETCH request is cacheable; the request body is part of the

   cache key.  Specifically, 2.05 (Content) response codes (the

   responses for which are cacheable) are a typical way to respond to a

   FETCH request.  (Note that this aspect differs markedly from

   [HTTP-SEARCH <https://datatracker.ietf.org/doc/html/rfc8132#ref-HTTP-SEARCH> ] and also that caches that cannot use the request

   payload as part of the cache key will not be able to cache responses

   to FETCH requests at all.)  The Max-Age option in the response has

   equivalent semantics to its use in a GET.

 

So, different payloads would create different cache keys and hence individually be unique.

Regards

 

Jon

 

From: Simon Bernard [mailto: contact@simonbernard.eu] 
Sent: 29 June 2021 10:19
To: core@ietf.org WG
Subject: [core] More precision about CoAP Observe with FETCH

 

Hi all,

  The PATCH and FETCH Methods for the Constrained Application Protocol (CoAP) (RFC8132 <https://datatracker.ietf.org/doc/html/rfc8132> ) says that FETCH can be used with RFC7641 <https://datatracker.ietf.org/doc/html/rfc7641>  (Observing Resources in CoAP)
  

2.4 <https://datatracker.ietf.org/doc/html/rfc8132#section-2.4> .  Working with Observe
 
   The Observe option [RFC7641 <https://datatracker.ietf.org/doc/html/rfc7641> ] can be used with a FETCH request as it
   can be used with a GET request

  But "CoAP Observe" seems to be designed with a "GET without payload" in mind.
  E.g. it says : 

3.1 <https://datatracker.ietf.org/doc/html/rfc7641#section-3.1> .  Request
 
   A client registers its interest in a resource by issuing a GET
   request with an Observe Option set to 0 (register).  If the server
   returns a 2.xx response that includes an Observe Option as well, the
   server has successfully added an entry with the client endpoint and
   request token to the list of observers of the target resource, and
   the client will be notified of changes to the resource state.
 
   Like a fresh response can be used to satisfy a request without
   contacting the server, the stream of updates resulting from one
   observation request can be used to satisfy another (observation or
   normal GET) request if the target resource is the same.  A client
   MUST aggregate such requests and MUST NOT register more than once for
   the same target resource.  The target resource is identified by all
   options in the request that are part of the Cache-Key. This includes,
   for example, the full request URI and the Accept Option.  

The target resource is not identified by the payload.  So 2 FETCH requests on same resource with 2 different payload seem to not be allowed ? 

Is it intended or just an oversight ? if this is intended, is there any particular reason about this ? 

Simon