Hello expert,
I have a website which is having a link. On clicking the link it
creates the below httpRequest and redirects to MyWebsites. below code
is written on click of the link.
Httprequest req = new Httprequest();
req.setEndpoint('https://SERVWRIP/MyWebSite/');
req.setMethod('POST');
req.setHeader('latteOrgId', loi);
req.setHeader('open', requestedDocument);
req.setHeader('Content-Length',’0’);
req.setTimeOut(200);
Now my MyWebSite is developed in Asp.NET and C# . I have now to read
the parameter name latteOrgId, open in default.aspx file of MyWebSite .
--
You received this message because you are subscribed to the Google
Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML
Web Services,.NET Remoting" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/dotnetdevelopment?hl=en?hl=en
or visit the group website at http://megasolutions.net