Request headers
This is a list of common request headers that apply to all calls within Integration Server.
Header | Description |
---|---|
Authorization | User credentials represented by base-64 encoding that includes the user name and password separated by a colon (for example, base64("user1:pass1")). In order to establish a session, you must provide credentials using the Authorization header or provide X-IntegrationServer-Username with X-IntegrationServer-Password. |
X-IntegrationServer-Username | The user name of the ImageNow user. Only required when establishing a session and the Authorization header isn't used. |
X-IntegrationServer-Password | The password for the ImageNow user. Only required when establishing a session and the Authorization header isn't used. |
X-IntegrationServer-Session-Hash | The session hash representing the session with ImageNow Server. The session hash should be maintained and re-used for all calls that are part of a user's session. More information about session management |
X-IntegrationServer-Extender-Type | The license number that identifies the type of license for the transaction. More information about licensing |
X-IntegrationServer-Client-Hostname | The hostname to associate with the Perceptive Content session. This value is automatically determined based on the client that sends the request. If requests originate from a single host this value should be explicitly set to a discrete value for each user's session. |
X-IntegrationServer-Encode-Headers | Must be provided if Unicode data is required for request and response headers. More information about Unicode data |