| Dart Home | PowerTCP Web for ActiveX | Custom Development | Reply | PowerTCP Web for ActiveX Topics | Forums |
| Author | Forum: PowerTCP Web for ActiveX Topic: SSL post with userid & password |
| User247 Posts: 5 Member Since: 12/13/01 |
posted December 13, 2001 2:27 PM I use the following code in several ASP scripts on several different web sites. All on the same web server (NT4.0 & IIS 4.0). The post to URL is the same for each. The UserID and Password are different for each. Each has it's own account. The server that I posting to reports that sometimes the information in the post is the wrong information for that UserID & Password. So far I haven't been able to determine if the problem is on my end or if it's on the server I am posting to end. My question is this: If each ASP script create's it's "Dart.Http" object using the same name "Http1" could one script access an earlier instance of an object created from a different script. Each script has the same file name but are in different directories Also different virtual web sites. PostString = "order information" UserID = "a userid" Password = " a password" Set Http1 = Server.CreateObject("Dart.Http") If Not IsObject(Http1) Then report-error Url = "https://www.someurl.com/cgi-bin/someurl/profile/procgi.pl/code/charge.p" Http1.Timeout = 240000 Http1.Cache = False Http1.Url = Url Reply = "" ' do this to cast Reply to a string! Http1.Post PostString,, Reply,, UserID, Password Set Http1 = Nothing |
K M Drake![]() From: Utica, NY USA Posts: 3406 Member Since: 07/14/00 |
posted December 13, 2001 5:32 PM Hi, No, it could not. I would do some more digging to find out exactly what is being sent by your script, and what exactly the server is receiving. -ken K M Drake Dart Tech Support |
| Reply | PowerTCP Web for ActiveX Topics | Forums |
This site is powered by
PowerTCP WebServer for ActiveX
|