|
| |
|
|
Rizzo
Posts: 42 Joined: 12/7/2001 From: Status: offline
|
XMLHTTP or an ASP solution - 2/9/2002 10:23:02
If anyone knows about using XMLHTTP to send and retrieve data then do you know if there is any way of sending encrypted data with just asp. In other words could i do something like this: set XmlObj = Server.CreateObject("Microsoft.XMLHTTP") XmlObj.open "POST", "the url", false XmlObj.send my data But without using the Microsoft.XMLHTTP object? Is it possible?
|
|
|
|
Mojo
Posts: 2441 From: Chicago Status: offline
|
RE: XMLHTTP or an ASP solution - 2/11/2002 11:45:41
There are a few 3rd party components available that can be used. ASP itself does not have that ability. You will need to use the XMLHTTP object. Is there a reason you would not want to use the XMLHTTP object? Joe
|
|
|
|
Rizzo
Posts: 42 Joined: 12/7/2001 From: Status: offline
|
RE: XMLHTTP or an ASP solution - 2/12/2002 0:08:20
I think I've read some browsers have a hard time with it like netscape not NS6 but earlier versions. Guess i shouldn't worry about it, version 6 will be outdated soon enough.
|
|
|
|
Mojo
Posts: 2441 From: Chicago Status: offline
|
RE: XMLHTTP or an ASP solution - 2/12/2002 0:24:39
Hmm... I have not heard of any problems with browsers, but you can be sure if there are any it will be with NN. I know it works with NN 4.76 Joe
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|