Confirmed users
1,022
edits
(→API) |
|||
| Line 113: | Line 113: | ||
=== API === | === API === | ||
* Requests from UserAgent to PushServer MUST provide a PushServer Generated UserAgentID (UAID) as the "X-UserAgent-ID" header. | * Requests from UserAgent to PushServer MUST provide a PushServer Generated UserAgentID (UAID) as the "X-UserAgent-ID" header. | ||
* UserAgent requests may include a /{network} prefix to indicate a request may be handled by a third party network | * UserAgent requests may include a /{network} prefix to indicate a request may be handled by a third party network (e.g. <code>GET http:<i>host</i>/foonet/update</code> will return update requests for elements provided by the "foonet" sub-provider. | ||
(e.g. <code>GET http:<i>host</i>/foonet/update</code> will return update requests for elements provided by the "foonet" sub-provider. | |||
* Calls will return standard HTTP status headers. | * Calls will return standard HTTP status headers. | ||
* Calls will return status 200 (unless otherwise noted below). | * Calls will return status 200 (unless otherwise noted below). | ||