|
Home > Archive > BizTalk Server > April 2004 > Does Biztalk 2004 HTTP Adapter support custom HTTP headers?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Does Biztalk 2004 HTTP Adapter support custom HTTP headers?
|
|
| Jorge Balderas 2004-04-06, 10:50 am |
| Does the HTTP adapter have built-in support to add custom HTTP headers on an
HTTP Post? I've seen in the documentation that you can add the standard
ones, such as username, content-type, etc... I'm not able to determine if
there's a capability to add additional HTTP headers on a post, or if I have
to extend and modify the HTTP adapter to do this.
| |
| Martin Peck [MSFT] 2004-04-07, 11:18 am |
| AFAIK it is not possible to populate outgoing custom HTTP Headers with the
BTS 2004 HTTP Send Adapter.
Incoming HTTP Headers can be accessed (by using the HTTP.InboundHttpHeaders
context property), but outgoing ones cannot.
--
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm.
"Jorge Balderas" <jorgerbf@NO_SPAM.hotmail.com> wrote in message
news:eroXW29GEHA.3904@TK2MSFTNGP12.phx.gbl...
> Does the HTTP adapter have built-in support to add custom HTTP headers on
an
> HTTP Post? I've seen in the documentation that you can add the standard
> ones, such as username, content-type, etc... I'm not able to determine if
> there's a capability to add additional HTTP headers on a post, or if I
have
> to extend and modify the HTTP adapter to do this.
>
>
|
|
|
|
|