BizTalk HTTP Adapter
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > BizTalk Server > BizTalk Server > BizTalk HTTP Adapter




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    BizTalk HTTP Adapter  
BizTalk Developer


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
01-25-07 12:17 AM

Is it possible to connect to a web page that uses domain authentication +
forms authentication, using biztalk http adapter? When you configure the HTT
P
send port, you can specify only one set of credentials for Basic
Authentication. I assume this would be domain user id/pwd. Where would one
specify forms credentials or vice versa. Thx in advance.







[ Post a follow-up to this message ]



    RE: BizTalk HTTP Adapter  
Tao Zhang[MSFT]


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
02-21-07 06:18 AM

If you have a remote site using form authentication, then, usually, there
is an equivalent URL to achieve the form authentication.  It is usually in
the form of something like
http://remotesite/login.aspx?userna...erparam=xxx....
You can directly put that into HTTP Send port URL.  If you directly use
that, then it is better remote host use https.  Otherwise, the username
password is set in clear text

If you don't want to show your URL in http send port configuration, you can
use Dynamic Send Port.  You can use an orchestration message construction
shape before deliver message to dynamic http send port.  Using that, you
can specify URL in the your message's OutboundTransportLocation property.
And you can set all kinds of HTTP request header using the properties
attach to http request, you code will be like:
YourMessage(Http.HTTP_PROPERTYNAME)=your value;

This will give you almost total control of your HTTP send request.



--------------------[vbcol=seagreen] 
<BizTalkDeveloper@discussions.microsoft.com>[vbcol=seagreen] 
HTTP[vbcol=seagreen] 
one[vbcol=seagreen] 






[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 10:41 AM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register