XMLHTTP equivelent

  • Thread starter Thread starter Q. John Chen
  • Start date Start date
Q

Q. John Chen

I need post some simple form data and get some simple data back. I used
XMLHTTP in VB6 and works great. How can I do the same thing in .NET.

The most important thing for me is that I want to be able to
communicate AS LONG AS the browser (IE) can communicate. I do NOT want
set the proxy server because my app is distribute to unknown users.

Thanks

John
 
HttpWebRequest will work for me. I thought that I have to set the Proxy
Server for HttpWebRequest to work.

Web Service uses alway use http SOAP header even I choose blank as soap
header. Some users' company block all unknow headers including this one
cause web service does not work at all. I have to use Http Turneling
to get message through for all users.

John
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

XMLHTTP 1
XMLHTTP 4
HttpWebRequest and HTTPS 2
Windows 11 Windows 11 update 5
MSXML2.XMLHTTP: "Access is Denied" - works on IE 6 SP1 but not SP2 0
XMLHTTP question 1
datasets & xmlhttp? 4
WinPE 2.0 connection to web service 4

Back
Top