Table of Contents

AddContentHeader Procedure

Codeunit Web Wrapper

Sets a content header that will be set on the WebRequest Content before HTTP call. Note that not all methods allows content and content headers.

Overloads

Name Description
AddContentHeader(Text; SecretText) Sets a content header that will be set on the WebRequest Content before HTTP call. Note that not all methods allows content and content headers.
AddContentHeader(Text; Text) Sets a content header that will be set on the WebRequest Content before HTTP call. Note that not all methods allows content and content headers.

AddContentHeader(Text; SecretText) Procedure

Sets a content header that will be set on the WebRequest Content before HTTP call. Note that not all methods allows content and content headers.

Signature

AddContentHeader(HeaderName: Text; HeaderValue: SecretText)

Parameters

HeaderName Text

The header's name.

HeaderValue SecretText

The value for this header, as SecretText.

AddContentHeader(Text; Text) Procedure

Sets a content header that will be set on the WebRequest Content before HTTP call. Note that not all methods allows content and content headers.

Signature

AddContentHeader(HeaderName: Text; HeaderValue: Text)

Parameters

HeaderName Text

The header's name.

HeaderValue Text

The value for this header.

This documentation is generated from Smart Toolbox v27.1