Skip to content

Commit 851ac7a

Browse files
authored
Merge pull request #92 from adobe-apiplatform/http-header-note
Reminder that HTTP headers are case insensitive
2 parents a5c7256 + 104f97b commit 851ac7a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/en/RefOverview.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ Address all user-management requests to the UM API server:
3535
https://usermanagement.adobe.io/v2/usermanagement/...
3636
```
3737

38+
<strong>NOTE:</strong> In responses, as per the [HTTP specification](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers), HTTP header names are case insensitive. For example, <code>x-current-page</code> is identical to <code>X-Current-Page</code>.
39+
3840
************
3941

4042
### Summary of Actions on Users

0 commit comments

Comments
 (0)