HTTP

Download 14
Last updated Feb 20, 2026

http-options

Send HTTP OPTIONS request.

http-options [profile=PROFILE] [url=URL] [path=PATH] [timeout=NUM] [encoding=CHARSET] [resp-header-field=FIELD]
profile=PROFILE
Optional. Connect profile name
url=URL
Optional. Full request URL
path=PATH
Optional. Relative path from endpoint
timeout=NUM
Optional. HTTP timeout in seconds (default: 30)
encoding=CHARSET
Optional. Character encoding (default: utf-8)
resp-header-field=FIELD
Optional. Output field name for response headers (omitted by default)

Output Fields

FieldTypeNameDescription
lineStringLineResponse body
_http_codeIntegerHTTP CodeHTTP status code
_http_errorStringHTTP ErrorError message (on failure)