LebGeeks

A community for technology geeks in Lebanon.

You are not logged in.

#1 October 24 2014

nosense
Member

automatic login script

Hello Guys

I was thinking about an android app to develop where I need to get a value from a webpage and deal with this value.
The thing is that value will be behind a login form, I know this is possible but I can't express it enough to google search it.
maybe it's something similar to what @samer did in the Amhaz thread where a script can bypass login using a username and password and get the link for the price sheet

Help appreciated

Last edited by nosense (October 24 2014)

Offline

#2 October 24 2014

samer
Admin

Re: automatic login script

For simple interactions, you can use curl to submit login forms. For more complex scenarios, have a look at mechanize or nightmarejs.

aliessayli2 wrote:

Hello Guys

I was thinking about an android app to develop where I need to get a value from a webpage and deal with this value.
The thing is that value will be behind a login form, I know this is possible but I can't express it enough to google search it.
maybe it's something similar to what @samer did in the Amhaz thread where a script can bypass login using a username and password and get the link for the price sheet

Help appreciated

Offline

#3 October 24 2014

nosense
Member

Re: automatic login script

Thank you @samer !
I will look into it.

Offline

Board footer