This topic describes configuration options for using the HTTP 1.0 transport in Client tools. In this section:
Table of Contents | ||
---|---|---|
|
...
This HTTP header is sent for SOAP 1.1 only. It is set in the SOAPAction field of the General settings
Authorization
This header is constructed automatically based on the HTTP Authentication and OAuth settings specified in your preferences (under client options (HTTP Options > Security> HTTP Authentication and OAuth Authentication). The value for NTLM, Digest, and Kerberos authentication will vary depending on various factors, including dynamically-generated challenge responses and security tokens.
Connection
This header is added to the message with value of Keep-Alive
if Keep-Alive connection is enabled. This header is not sent if Close connection is enabled (this is the default). Keep-Alive must be enabled for NTLM and Digest HTTP authentication.
...