Question

Angel

Can I redirect a user to an external site after the user POST's the data to a server and after the proper validation POST data to another server?

Asked by Angel 3 months ago validation post server

Answers

Csgs
0
 
Yes you can by having the server accept the POST data and as the user waits for a response you dynamically establish a connection to another server. You'll be POSTing the data, receiveing a response adn then returing an answser to the user.

Hope that helped!

by Csgs 3 months ago

Answer this question

Can I redirect a user to an external site after the user POST's the data to a server and after the proper validation POST data to another server?

0 errors found:

 
0