Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

HTTP POST Replies

Status
Not open for further replies.

thehms

Programmer
Jul 3, 2003
58
AE
hi all...

i have 2 questions:

1. i want to send data to a server using a POST method, but i want first to send my form contents to an asp page and this page in turn sends the data to the server i want using the POST method. this is because there is some data i want to send that contain usernames and passwords and i wouldnt want anyone to see them. how could i do that in ASP??

2. after i send the POST data, i get a reply as a string of characters "125,145253696,12,2".... how can i capture this number in a variable, because i want to divide it up and get the status f my sent data from it and show it to the user.


Thanks All...
The HMS
 
Try using the XMLHTTP object, there may be an example in the FAQs there have been most definately a lot of examples posted in this forum, you could try a search from the search tab above and probably get more examples than I could easily give in one post :)

-T

01000111 01101111 01110100 00100000 01000011 01101111 01100110 01100110 01100101 01100101 00111111
The never-completed website:
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top