I need a slave machine to login on an extern website( https and cookie reuired)... I'llsend a short string 100 byte maximum to slave machine and it 'll do login and other operations..... Operations on slave machine are very simple to do,,,,,,it's very hard doing them with httpwebrequest, I'm not able to do it...every help is liked
On 30 Mar, 17:55, Cerebrus <[email protected]> wrote: > Many issues to address in your question: > > 1. Yes, you can, but I can see no use for it. The WebBrowser is a > control (visual representation), not just a component. I find it > difficult to understand what you are trying to accomplish with a > WebBrowser. > > 2. Why are you unable to use HttpWebRequest? What is the relevance of > a Cookie in a Webservice, given that the former is a Client side > object and the latter is an exclusively server side service ? > > 3. System.Windows.Forms.dll is installed as part of the .NET > framework. It should be there on your server if you have .NET > installed. > > On Mar 30, 8:34 pm, Alcibiade <[email protected]> wrote: > > > Hi, can I use a webrowser in my webservice code ? > > I need to use cookie and https and I'm not able to use httpwebrequest > > so I wanna use webbrowser control..... > > Can I do it? If on my server there is not system.windows.forms.dll can > > I add it ? > > Thanks
