I have a problem with my javascript.I am working on a project in which I need to ask my costumers to make the login in a server.This server is not mine, and I just need to pick some informations of the account's server.
So basically, all I need is to remotely acess the server, and login with e-mail and password, given by the costumer. How can I do that on Javascript?
I already know part of the solution.I am using two prompt notifications to ask and pick up e-mail and password, respectively. Then, I am using jquery's URL request using the post method to post the data in the server. However, I am not sure if post method can write the inputs on the right places.
Thanks for the attention!