[apps-discuss] draft-nottingham-http-problem in practice at Akamai

"Stevens, Matt" <masteven@akamai.com> Mon, 04 August 2014 14:26 UTC

Return-Path: <masteven@akamai.com>
X-Original-To: apps-discuss@ietfa.amsl.com
Delivered-To: apps-discuss@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 8B1E21B2B13 for <apps-discuss@ietfa.amsl.com>; Mon, 4 Aug 2014 07:26:51 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.901
X-Spam-Level:
X-Spam-Status: No, score=-1.901 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001, RP_MATCHES_RCVD=-0.001] autolearn=ham
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 5t_Tqy6K3K02 for <apps-discuss@ietfa.amsl.com>; Mon, 4 Aug 2014 07:26:49 -0700 (PDT)
Received: from prod-mail-xrelay07.akamai.com (prod-mail-xrelay07.akamai.com [72.246.2.115]) by ietfa.amsl.com (Postfix) with ESMTP id E86491B2B15 for <apps-discuss@ietf.org>; Mon, 4 Aug 2014 07:26:48 -0700 (PDT)
Received: from prod-mail-xrelay07.akamai.com (localhost.localdomain [127.0.0.1]) by postfix.imss70 (Postfix) with ESMTP id E26384758A for <apps-discuss@ietf.org>; Mon, 4 Aug 2014 14:26:47 +0000 (GMT)
Received: from prod-mail-relay06.akamai.com (prod-mail-relay06.akamai.com [172.17.120.126]) by prod-mail-xrelay07.akamai.com (Postfix) with ESMTP id D5C3047584 for <apps-discuss@ietf.org>; Mon, 4 Aug 2014 14:26:47 +0000 (GMT)
Received: from usma1ex-cashub.kendall.corp.akamai.com (usma1ex-cashub6.kendall.corp.akamai.com [172.27.105.22]) by prod-mail-relay06.akamai.com (Postfix) with ESMTP id 97AC22027 for <apps-discuss@ietf.org>; Mon, 4 Aug 2014 14:26:47 +0000 (GMT)
Received: from USMBX1.msg.corp.akamai.com ([172.27.107.26]) by USMA1EX-CASHUB6.kendall.corp.akamai.com ([172.27.105.22]) with mapi; Mon, 4 Aug 2014 10:26:47 -0400
From: "Stevens, Matt" <masteven@akamai.com>
To: "apps-discuss@ietf.org" <apps-discuss@ietf.org>
Date: Mon, 04 Aug 2014 10:26:41 -0400
Thread-Topic: draft-nottingham-http-problem in practice at Akamai
Thread-Index: Ac+v8B723Uf6fqrOSjS3q0gyD22yYw==
Message-ID: <D0051061.75349%masteven@akamai.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach:
X-MS-TNEF-Correlator:
user-agent: Microsoft-MacOutlook/14.4.3.140616
acceptlanguage: en-US
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
Archived-At: http://mailarchive.ietf.org/arch/msg/apps-discuss/axVFRHem2SS0KhlYVcQ4wTm-Abc
X-Mailman-Approved-At: Mon, 04 Aug 2014 09:55:53 -0700
Subject: [apps-discuss] draft-nottingham-http-problem in practice at Akamai
X-BeenThere: apps-discuss@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: General discussion of application-layer protocols <apps-discuss.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/apps-discuss>, <mailto:apps-discuss-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/apps-discuss/>
List-Post: <mailto:apps-discuss@ietf.org>
List-Help: <mailto:apps-discuss-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/apps-discuss>, <mailto:apps-discuss-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 04 Aug 2014 14:26:51 -0000

regarding ³Call for Adoption² posting

https://mailarchive.ietf.org/arch/msg/apps-discuss/2AI4dwxLgScBGax1n8mBBJ0q
dm4

Akamai Technologies has adopted HTTP Problem specification internally and
externally as a convention in our Platform web resource representations as
published at

https://developer.akamai.com/

We had previously issued error representations as application/json and are
transitioning to application/problem+json

For example:

https://some-service-consumer.luna.akamaiapis.net/some-endpoint/some-resour
ce

HTTP/1.1 400 Bad Request
Content-Length: 395
Date: Mon, 04 Aug 2014 14:07:40 GMT
Connection: close
Content-Type: application/problem+json

{
  "type": "https://problems.luna.akamaiapis.net/-/pep-authn/request-error",
  "title": "Bad request",
  "status": 400,
  "detail": "Invalid endpoint",
  "instance": 
"https://some-service-consumer.luna.akamaiapis.net/some-endpoint/some-resou
rce",
  "method": "GET",
  "serverIp": "72.246.153.146",
  "clientIp": "80.67.64.116",
  "requestId": ³123",
  "requestTime": "2014-08-04T14:07:40Z"
}


We have been using HTTP Problem in practice for a year externally and
since early 2013 internally.

regards,
Matt Stevens
Akamai Technologies