|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
How do I get the user/password check to display when using the following code
http.open "POST", s, False http.setRequestHeader "Content-Type", "text/xml" http.send FormData assuming FormData and s have already been set. The expected reply will be xml once past the login. |
|
#2
|
|||
|
|||
|
What are you authenticating against? A database? A flat file?
|
|
#3
|
|||
|
|||
|
Authenticate during send
Its just against the file.
|
|
#4
|
|||
|
|||
|
You will have to use a server side language to open and read the form that contains the username/password combination. What options do you have available to you? Perl is most likely available.
|
|
#5
|
|||
|
|||
|
Authenticate during send
Sorry for the slow, very very slow response, I got side tracked.
The script its accessing is JSP. So if I capture the username and password in VB, and send it to a JSP to pass it to the final page, is this what you were suggesting? |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > Visual Basic Programming > Authenticate during send |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|