Skip to content

Commit f7d18b4

Browse files
committed
Clients should send User-Agent header (issue #35)
1 parent 5ac73f0 commit f7d18b4

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

paia.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,9 @@ URL encoded HTTP POST request bodies with content type
122122
`application/x-www-form-urlencoded`. Request encoding ISO-8859-1 MAY be
123123
supported in addition to UTF-8 for these requests.
124124

125+
Clients SHOULD include an approriate `User-Agent` request header with client
126+
name and version.
127+
125128
The HTTP response content type of a PAIA response is a JSON object (HTTP header
126129
`Content-Type: application/json`) in UTF8, optionally wrapped as JSONP (HTTP
127130
header `Content-Type: application/javascript`). The charset SHOULD be included

0 commit comments

Comments
 (0)