Re: [Anima] chain of redirections for Cloud Registrar

Carsten Bormann <cabo@tzi.org> Sun, 13 June 2021 05:41 UTC

Return-Path: <cabo@tzi.org>
X-Original-To: anima@ietfa.amsl.com
Delivered-To: anima@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 60D863A3100 for <anima@ietfa.amsl.com>; Sat, 12 Jun 2021 22:41:27 -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 0b65EYreEdzL for <anima@ietfa.amsl.com>; Sat, 12 Jun 2021 22:41:22 -0700 (PDT)
Received: from gabriel-2.zfn.uni-bremen.de (gabriel-2.zfn.uni-bremen.de [134.102.50.19]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E18823A30FD for <anima@ietf.org>; Sat, 12 Jun 2021 22:41:21 -0700 (PDT)
Received: from smtpclient.apple (p548dcc89.dip0.t-ipconnect.de [84.141.204.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gabriel-2.zfn.uni-bremen.de (Postfix) with ESMTPSA id 4G2k331ptjz2xH0; Sun, 13 Jun 2021 07:41:19 +0200 (CEST)
Content-Type: text/plain; charset="utf-8"
Mime-Version: 1.0 (Mac OS X Mail 14.0 \(3654.100.0.2.22\))
From: Carsten Bormann <cabo@tzi.org>
In-Reply-To: <6572.1623550948@localhost>
Date: Sun, 13 Jun 2021 07:41:18 +0200
Cc: anima@ietf.org, max pritikin <pritikin@cisco.com>
Content-Transfer-Encoding: quoted-printable
Message-Id: <B2AB9C25-FA39-43F2-A768-3B7544518B9D@tzi.org>
References: <6572.1623550948@localhost>
To: Michael Richardson <mcr+ietf@sandelman.ca>
X-Mailer: Apple Mail (2.3654.100.0.2.22)
Archived-At: <https://mailarchive.ietf.org/arch/msg/anima/c2wdcwl9-sngCbJZQr1WTGoS3c8>
Subject: Re: [Anima] chain of redirections for Cloud Registrar
X-BeenThere: anima@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Autonomic Networking Integrated Model and Approach <anima.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/anima>, <mailto:anima-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/anima/>
List-Post: <mailto:anima@ietf.org>
List-Help: <mailto:anima-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/anima>, <mailto:anima-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 13 Jun 2021 05:41:28 -0000

On 13. Jun 2021, at 04:22, Michael Richardson <mcr+ietf@sandelman.ca> wrote:
> 
>  "another web origin" --- I guess I don't know what this means.

See RFC 6454 "The Web Origin Concept”.

In short, scheme + authority.

>   Does it mean redirecting from https://one.example/foo to https://two.example/bar,

Different origins https://one.example vs. https://two.example

>   or does it refer to https://one.example/foo to https://one.example/bar    etc.

Same origin https://one.example

I don’t like the term that much, but it is in wide use in the combination “Same origin principle”.
In RFC 7252, we use “Origin server” to identify the serving endpoint.
(Of course, “endpoint" has been hijacked as a needless synonym of “resource” in OAuth.)

Somebody should write a Web terminology glossary :-)

Grüße, Carsten