Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 ASP.NET
 WinHttp

Author  Topic 

ahmed_3esam
Starting Member

9 Posts

Posted - 2007-07-12 : 11:43:42
Hi All,
I'm using WinHttp.dll to send a hit to another page.
the problem that i can hit ONLY the LOCAL-Intranet Pages, but I need to hit a page in another Server(Internet)

I use these two Methods
WinHttp.Open();
WinHttp.Send();

Thanks in advance

spirit1
Cybernetic Yak Master

11752 Posts

Posted - 2007-07-12 : 12:09:47
use HttpWebRequest

_______________________________________________
Causing trouble since 1980
blog: http://weblogs.sqlteam.com/mladenp
Go to Top of Page

ahmed_3esam
Starting Member

9 Posts

Posted - 2007-07-12 : 12:25:32
If this will solve my problem,
So please tell me how to use this Class to send the HIT
Go to Top of Page

spirit1
Cybernetic Yak Master

11752 Posts

Posted - 2007-07-12 : 12:28:16
here's a nice tutorial:
http://www.codeproject.com/cs/internet/httpwebrequest_response.asp

_______________________________________________
Causing trouble since 1980
blog: http://weblogs.sqlteam.com/mladenp
Go to Top of Page

ahmed_3esam
Starting Member

9 Posts

Posted - 2007-07-16 : 06:28:23
DONE!

Thanks for your help, my problem is completely solved

Best Regards
Go to Top of Page
   

- Advertisement -