Hi,
I have a web with need enter with login , the sessios use only one cookie session_id, i would create a stack with login, where i pass the user and password when post and open in a browser windows without control button or bar, only browser windows .
1- I get url
2- I set httpheaders
3- I dentify and get cookie sessios
4- I set new httpheaders with cookie session and i post user name and password
and I succesfull enter in the web and take a html and put in field but now, how do create and open browser mantain headers and session open?
and I successfully enter in the web and take the html and put it in text field, but now, how I do create and initialize browser maintaining headers and session open?
thanks
browser and login
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
-
- VIP Livecode Opensource Backer
- Posts: 10052
- Joined: Sat Apr 08, 2006 7:05 am
- Contact:
Re: browser and login
Welcome to the forums.
I've taken the liberty of deleting the duplicate of this post that was submitted to another section. Going forward, please make only one post for a given topic so folks know where to reply.
As for the issue at hand, if you can tell us how LiveCode fits into what you're building the users of this LiveCode forum may be able to help.
I've taken the liberty of deleting the duplicate of this post that was submitted to another section. Going forward, please make only one post for a given topic so folks know where to reply.
As for the issue at hand, if you can tell us how LiveCode fits into what you're building the users of this LiveCode forum may be able to help.
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
-
- Posts: 2
- Joined: Mon Jul 17, 2017 1:08 am
Re: browser and login
Hi,
i'm sorry for duplicate post, I thought that being two different sections had different users. Sorry.
I need to create an application with livecode where in the first stack are a 2 input field, where the user insert user a password and via post send this to my platform and when recieve the correct header open a browser instance with url to contained in "location:" of the header.
But for this i need to do this sequence:
1- call my platform url
2- recuperate a coockie named sessionid
3- send via post password and user
4 - and follow url into "location" in the header
and it must be do 1 only session, because otherwise sessionid cookies change
i know how recuperate de header and create http heder to send and how send the postdata, but my problem is how do all in one session, because if i open a instance browser open e new session and the cookies change . Where are my errors.
thnak you
i'm sorry for duplicate post, I thought that being two different sections had different users. Sorry.
I need to create an application with livecode where in the first stack are a 2 input field, where the user insert user a password and via post send this to my platform and when recieve the correct header open a browser instance with url to contained in "location:" of the header.
But for this i need to do this sequence:
1- call my platform url
2- recuperate a coockie named sessionid
3- send via post password and user
4 - and follow url into "location" in the header
and it must be do 1 only session, because otherwise sessionid cookies change
i know how recuperate de header and create http heder to send and how send the postdata, but my problem is how do all in one session, because if i open a instance browser open e new session and the cookies change . Where are my errors.
thnak you