Skip to content
This repository has been archived by the owner on Aug 14, 2020. It is now read-only.

spec/ace: Specify Content-Type for metadata service. #677

Merged
merged 1 commit into from
Nov 22, 2016

Commits on Nov 21, 2016

  1. spec/ace: Specify Content-Type for metadata service.

    Some of the metadata service endpoints explicitly specify a
    Content-Type of text/plain; charset=us-ascii. For most other
    endpoints, the ACE validator expects a Content-Type of
    application/json.
    
    The one exception is the HMAC verify endpoint which makes no mention
    of its Content-Type nor even the contents of its response body. The
    current implementation in `rkt` sets the Content-Type to
    text/plain; charset=us-ascii which is now reflected in the spec.
    uiri committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    5d64cf0 View commit details
    Browse the repository at this point in the history