Direct login URL?
Direct login URL?
Howdy,
Is there a direct URL that can include the username & password for logging in?
e.g.
https://www.exetel.com.au/login/?userna ... xxxxxxxxxx
Is there a direct URL that can include the username & password for logging in?
e.g.
https://www.exetel.com.au/login/?userna ... xxxxxxxxxx
Last edited by darylp on Wed Nov 19, 2008 10:57 am, edited 1 time in total.
-
- Volunteer Site Admin
- Posts: 5922
- Joined: Sat Nov 04, 2006 2:24 pm
- Location: Melbourne, VIC
Re: Direct login URL?
Not that I know of. The credentials will be in a HTML POST method (i.e. submitted form) as opposed to GET method (URL).darylp wrote:Is there a direct URL that can include the username & password for logging in?
Depending on what you want, there may be alternatives. For simple usage meter queries, check out http://home.exetel.com.au/amurgshere/mxtlusage.phtml. There are also third-party form fillers that will fill out login pages automatically for you.
Re: Direct login URL?
The Opera browser (available for all common operating systems) can remember all your logins and passwords - you only have to enter them once. It also remembers any special browser settings you may have for each site.
Re: Direct login URL?
Likewise for FirefoxDazzled wrote:The Opera browser (available for all common operating systems) can remember all your logins and passwords - you only have to enter them once. It also remembers any special browser settings you may have for each site.
Re: Direct login URL?
But as far as I am aware, it still takes two clicks. One to follow a bookmark link. And one to click the Login button.
The second click might be what darylp was trying to avoid?
The second click might be what darylp was trying to avoid?
http://www.saferoz.com.au
First Aid * Fire * Safety
First Aid * Fire * Safety
Re: Direct login URL?
If you use Firefox with the Net Usage Item extension, you can right-click the meter and select "Visit ISP usage page". That opens a new tab and logs you in to the user facilities using the username and password you've entered in the extension's preferences.
Re: Direct login URL?
Mate, they are standard procedures for any site out there. I'm afraid we can't help you.
Re: Direct login URL?
Place...
... into notepad, replace 0222222222 and 0222222222AB with your username and password (keeping the "") and save the file as a html file. Then just bookmark it in your browser for one click logging in (the click being the click on the bookmark).
Code: Select all
<html>
<body onload="document.exetel.submit();">
<form action="https://www.exetel.com.au/login/redirect.php" method="post" name=exetel>
<input type="hidden" name="login_name" value="0222222222">
<input type="hidden" name="password" value="0222222222AB">
</form>
</body>
</html>
Re: Direct login URL?
ohhhhh dear
i am 4 clicks away
click the drop down menu for exetel
click ok for the remembered password etc
click on VOIP
click on metre

i am 4 clicks away
click the drop down menu for exetel
click ok for the remembered password etc
click on VOIP
click on metre
