Send data to other server

  • Thread starter Thread starter Angel
  • Start date Start date
A

Angel

Hi ,
Is there any way to send a small piece of data to other server.
I want to send just a confirmation for successful authentication to the
server which has redirected a user to our secure login page.
I have been told that for example a cookie can be sent to another server,
or perhaps WebRequest might be used.
In our case there is no need of any response. All we need is to send
"Yes/No" to the other server.
Any ideas?
Thanks
 
Try an asyncronous web service.

Bobby Ryzhy
bobby@ domain below
http://www.weeknedtech.net

Hi ,
Is there any way to send a small piece of data to other server.
I want to send just a confirmation for successful authentication to the
server which has redirected a user to our secure login page.
I have been told that for example a cookie can be sent to another server,
or perhaps WebRequest might be used.
In our case there is no need of any response. All we need is to send
"Yes/No" to the other server.
Any ideas?
Thanks

Bobby Ryzhy
bobby @ domain below
http://weekendtech.net
 
Back
Top