Skip to Main Content

Java Programming

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!

Mask the Password string

807605Sep 27 2007 — edited Sep 27 2007
Dear All,

I have a site wherein I wish to open another application through a URL passing its username and password characters in the Querystring. I get the username and password from a Mapping Application that already exists.

e.g. http://hostname?username=abc&password=xyz

Now, It works fine. But on one occassion when that server was slow. It displayed "Page Cannot be displayed" and showed the entire string as mentioned above.

So is there a way where I can mask the passoword.

e.g. Open the URL like http://hostname?username=abc&password=ASDFGHJ
But in reality it will open http://hostname?username=abc&password=xyz

So just in case somebody tries to get the string or if it failes it shows the masked password.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 25 2007
Added on Sep 27 2007
8 comments
450 views