Login page hotel

General discussions about Automagic and automation in general

Moderator: Martin

Post Reply
jphermans
Posts: 31
Joined: 23 Mar 2014 19:25

Login page hotel

Post by jphermans » 28 Apr 2015 20:18

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?

User avatar
Martin
Posts: 4468
Joined: 09 Nov 2012 14:23

Re: Login page hotel

Post by Martin » 30 Apr 2015 17:52

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

jphermans
Posts: 31
Joined: 23 Mar 2014 19:25

Re: Login page hotel

Post by jphermans » 30 Apr 2015 18:17

Hi Martin,
Will look at this and try something.
Thanks.

Post Reply