Login page hotel
Moderator: Martin
Login page hotel
I was in a hotel and there was my flow to make a connection to my VPN server not working because I had to fill in a login and password given by the hotel. Is it possible to implement a login page when needed?
Re: Login page hotel
Hi,
It's not simple to create a flow that fills in the information automatically.
You could try to detect such a case when either a notification of the system is posted that a login is required or you could use a HTTP GET request first to see if you get the login page of the hotel and then send a HTTP POST request to submit the login information. You could also try to open a browser and fill in the login information by simulating keyboard input or by executing a bookmarklet. This post contains some more information: Webpage box enter
Regards,
Martin
It's not simple to create a flow that fills in the information automatically.
You could try to detect such a case when either a notification of the system is posted that a login is required or you could use a HTTP GET request first to see if you get the login page of the hotel and then send a HTTP POST request to submit the login information. You could also try to open a browser and fill in the login information by simulating keyboard input or by executing a bookmarklet. This post contains some more information: Webpage box enter
Regards,
Martin
Re: Login page hotel
Hi Martin,
Will look at this and try something.
Thanks.
Will look at this and try something.
Thanks.