HTTP POST Headers
The following table describes headers that can be used by various types of Sectona APIs:
Header Name | Header Value | Required | Description |
---|---|---|---|
AUTHORIZATION | data | YES | Basic authentication and provide username and password for authorization |
ACCEPT | application/json OR text/xml | OPTIONAL | Default request accept is text/JSON |
CONTENT-TYPE | application/json OR text/xml | OPTIONAL | Default content type is text/JSON |
CACHE-CONTROL | no-cache | OPTIONAL | Forces caches to submit the request to the server for validation before releasing a cached copy |