Jump to content

web application to remotely control other website


sabhan

Recommended Posts

hi,

I hv a problem.

i want make such a web app such as if I Click button in my website then as result button1 in  website1 and button2 in website2 will be clicked at the same time.

any1 plz help.

suggest something

Link to comment
Share on other sites

You need to figure out exactly what happens when the other buttons are clicked, and then you can have a web server send the same request to the other servers so that it looks like the buttons were clicked.  That basic idea will only work if the other sites don't require any kind of authentication or session tokens.  If they do then you'll have to have the server send the login requests first, and send back all of the necessary cookies or whatever the other servers expect to identify the logged in user.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...