Skip to content

Commit

Permalink
Updated Non-normative Example
Browse files Browse the repository at this point in the history
  • Loading branch information
nils-work committed Mar 18, 2024
1 parent 32cf4cf commit 22562ce
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This release addresses the following minor defects raised on [Standards Staging]

This release addresses the following change requests raised on [Standards Maintenance](https://github.com/ConsumerDataStandardsAustralia/standards-maintenance/issues):

- [Standards Maintenance #XXX - Title](https://github.com/ConsumerDataStandardsAustralia/standards-maintenance/issues/XXX)
- [Standards Maintenance #629 - Maintenance Iteration 18 Holistic Feedback](https://github.com/ConsumerDataStandardsAustralia/standards-maintenance/issues/629)


### Decision Proposals
Expand All @@ -46,6 +46,7 @@ This release addresses the following Decision Proposals published on [Standards]
## High Level Standards
|Change|Description|Link|
|------|-----------|----|
| Updated Non-normative Example | [**Standards Maintenance #629**](https://github.com/ConsumerDataStandardsAustralia/standards-maintenance/issues/629#issuecomment-1968023646): Removed incorrect Non-normative Example showing `Accept-Encoding: charset=UTF-8` | [HTTP Headers](../../#http-headers)


## API Endpoints
Expand Down
23 changes: 13 additions & 10 deletions slate/source/includes/standards/_headers.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,30 @@ Supported HTTP headers, and their usage, for the standards are as laid out in th
### Request Headers
>A sample set of headers requesting version 3 to 5:
<BR>
`Content-Type : application/json;charset=UTF-8`
`Accept : application/json;charset=UTF-8`
`x-v : 5`
`x-min-v : 3`
`x-fapi-interaction-id : 6ba7b814-9dad-11d1-80b4-00c04fd430c8`
`x-fapi-auth-date : Thu, 16 Jan 2020 16:50:15 GMT`
`x-fapi-customer-ip-address : 2001:0db8:85a3:0000:0000:8a2e:0370:7334`
`x-cds-client-headers : TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvNzkuMC4zOTQ1Ljg4IFNhZmFyaS81MzcuMzY=`
`Content-Type: application/json;charset=UTF-8`
`Accept: application/json;charset=UTF-8`
`x-v: 5`
`x-min-v: 3`
`x-fapi-interaction-id: 6ba7b814-9dad-11d1-80b4-00c04fd430c8`
`x-fapi-auth-date: Thu, 16 Jan 2020 16:50:15 GMT`
`x-fapi-customer-ip-address: 2001:0db8:85a3:0000:0000:8a2e:0370:7334`
`x-cds-client-headers: TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvNzkuMC4zOTQ1Ljg4IFNhZmFyaS81MzcuMzY=`

>A Data Holder must be able to process Content-Type headers in accordance with [RFC7231]. The following would be valid:
<BR>
`Content-Type: application/json;charset=UTF-8`
`Content-Type: application/json`
`Content-Type: application/json`
`Content-Type: AppliCAtion/JSon;Charset=uTf-8`

```diff
Removed incorrect Non-normative Example showing `Accept-Encoding: charset=UTF-8`
```

>A Data Holder must be able to process Accept headers in accordance with [RFC7231]. The following would be valid:
<BR>
`Accept: */*`
`Accept: application/json;charset=UTF-8`
`Accept: application/json`
`Accept-Encoding: charset=UTF-8`
`Accept: AppliCAtion/JSon;Charset=uTf-8`

Header Field | Description | Mandatory?
Expand Down

0 comments on commit 22562ce

Please sign in to comment.