WebRequest.Header
From Xojo Documentation
Property (As String )
aWebRequest.Header(Name As String) = newStringValue
or
StringValue = aWebRequest.Header(Name As String)
New in 2011r2
Supported for all project types and targets.
or
StringValue = aWebRequest.Header(Name As String)
New in 2011r2
Supported for all project types and targets.
Gets or sets a response header using the specified Name. Setting a header to a blank string removes the header.