Previous Topic: GET intsessions/<intsessName>/messages/<messageID>Next Topic: PUT intsessions/<intsessName>/messages/<messageID>


OPTIONS intsessions/<intsessName>/messages/<messageID>

Obtains a list of HTTP methods that can be issued against this URI.

Query Options

None

Request Document

None

HTTP Request Headers
Authorization

Supply a user ID and password, in the HTTP Basic Authentication format. The user ID must be a user account with the AP Remote Viewer VIEW privilege on the internal session that is the target of this HTTP method.

HTTP Response Headers
Status

Successful result = 200 = Ok

Allow

List of allowed methods. This header contains OPTIONS, GET, HEAD and PUT when the user has the FULL privilege on the internal session that is the target of this HTTP method.

Successful Reply Document

AllowedMethods in schema AllowedMethods.xsd

This reply contains the same methods as listed in the HTTP Allow header.