2. Authentication Common
All communication operates on the standard HTTP port 80. Only HTTP/1.0 and HTTP/1.1 are allowable, using the POST
verb.
Data in requests and responses is encoded as a URL-encoded form (that is, key1=value1&key2=value2
)
Header | Value | Required | Comments |
---|---|---|---|
Content-Type |
application/x-www-form-urlencoded |
Yes | |
Connection |
close |
Yes | |
Content-Length |
Variable | Yes | |
Pragma |
DFI |
No | Required for PowerOn .
If specified for DownloadOrder the response will also be encoded.
Ignored for all other endpoints. |
User-Agent |
|||
Host |
naominet.jp |