how to check the login information for remote website with jQuery

Posted by alhoseany on Stack Overflow See other posts from Stack Overflow or by alhoseany
Published on 2011-03-12T07:52:09Z Indexed on 2011/03/12 8:10 UTC
Read the original article Hit count: 206

Filed under:
|
|

hi, i have a form with 2 fields username: password: and a submit button. the user will enter his username and password for a remote website(not my website or my domain. eg. Gmail.com). i want once he click the submit button.a jQuery script check these login info on gmail.com and return back the result.they are wrong or working logins. and notify the user if it is wrong logins but if it is good working login info the form will submit.

i don't know much jQuery but i am good with php. my search find that in order to do that i need to make cross-domain scripting by using php proxy between my jQuery script and the remote domain. i found also the simple php proxy. which looks great.but i dont know how to make the jQuery thing that connects all this together.

© Stack Overflow or respective owner

Related posts about php

Related posts about jQuery