Tags: http, authentication
Type: string
Format: A JsonObject
Default value: "{}" (a blank JsonObject)
Related:
- ms.authentication
- ms.secondary.input
- ms.parameters
- source.conn.username
- source.conn.password
ms.http.request.headers
specifies custom headers including Content-Type that are to be
included in HTTP requests.
The following define request content type:
ms.http.request.headers={"Content-Type": "application/json"}
ms.http.request.headers={"Content-Type": "application/x-www-form-urlencoded"}
The following defines request content type and other headers:
ms.http.request.headers={"Content-Type": "application/json", "developer-token": "...", "login-customer-id":"..."}