Mobile app version of vmapp.org
Login or Join
Hamaas447

: URL query is adding an unecessary comma I am trying to automatically place login data through a URL query for my university services. (https://login.gatech.edu/cas/login) two problems arise when

@Hamaas447

Posted in: #Authentication #Html #Url

I am trying to automatically place login data through a URL query for my university services. (https://login.gatech.edu/cas/login)

two problems arise when I try to pass a URL query (Ex: login.gatech.edu/cas/login?username=testingone)
1) The query does not show unless I already press the submit button

2) the Query adds an extra 'comma' to the username field... I have no idea why.
I have googled for hours to no avail...Any help will be appreciated

If you copy and paste the URL (see example link posted above) and hit the LOGIN button you will understand my problem

I am sort of a beginner and would love any feedback as I am trying to develop an app to make logging in an easier/automatic task.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Hamaas447

1 Comments

Sorted by latest first Latest Oldest Best

 

@Heady270

As I can tell the login form is using a Central Authentication Service (CAS), so with that said you should be able to edit server sided files and redirect users through your application via a link, for example, login.gatech.edu/cas/login?service=http%3A%2F%2Fapp.example.com%2Fmyapp%2F&username=myuser&password=mypass&auto=true
Anyways, the best I can do is to direct you in this direction: wiki.jasig.org/display/CAS/Using+CAS+from+external+link+or+custom+external+form

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme