Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Logging in externally through href

800409Nov 8 2007 — edited Nov 8 2007
I'm writing a web app and have been asked to give a read only functionality to it that can be accessed from another site. They want to generate a link on the other site that will log in and load my application. I have already got it working where they just build an href to:

myApp.do?userId=XX&password=XX&someOtherStuff

But I don't like this solution as it displays the password in the address bar.

What are some other solutions? Build a servlet that accepts this link, logs in, and then forwards it to another page? Seems like he should be encoding the password on his end, but he said he is just going to be sending it clear text.

Any suggestions would be appreciated.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 6 2007
Added on Nov 8 2007
8 comments
147 views