Unsing Java for a transparent servlet login?

From: alex (sklavos_at_gmail.com)
Date: 06/28/04


Date: 28 Jun 2004 01:53:32 -0700

Hi all

I have following problem, and I lack the programming experience!!

There exists a Web Server (by which I have no admin access), let's say
http://www.google.com, which has a Java Servlet for user
authentication - using a FORM object with POST method. Now, I have a
login/password combination available, e.g., Jon/MyPas.

My problem is, I want to build a html page, through which the contents
of this web server are made available to a predefined local group of
people. For example, I own the http://www.XX.com site, and there
exists there a Web Server. Me, an example user, enter my
login/password combination at http://www.XX.com, and the corresponding
web server after authentication, sends transparently the data
Jon/MyPas to http://www.google.com, and I have access to the password
protected documents.

I started with Javascript and it fully worked, the problem was that
the Jon/MyPas data had to be present in clear text in the HTML source
code, which I do not like. Then, I considered using Java so that the
login data are hidden inside an executable (e.g. an Applet), which
makes it a bit harder to find out.

Can anybody direct me towards the right course of action? Do I need
Servlet technology? Or can I build an applet which can build a virtual
HTML page with a hidden FORM object and send it to
http://www.google.com ???

Thanks a lot



Relevant Pages

  • Unsing Java for a transparent servlet login?
    ... There exists a Web Server (by which I have no admin access), ... My problem is, I want to build a html page, through which the contents ... Jon/MyPas to http://www.google.com, and I have access to the password ...
    (comp.lang.java.programmer)
  • Unsing Java for a transparent servlet login?
    ... There exists a Web Server (by which I have no admin access), ... My problem is, I want to build a html page, through which the contents ... Jon/MyPas to http://www.google.com, and I have access to the password ...
    (comp.lang.java.help)
  • Re: Unsing Java for a transparent servlet login?
    ... > There exists a Web Server (by which I have no admin access), ... > My problem is, I want to build a html page, through which the contents ... I'd have thought CGI would be the simplest approach. ...
    (comp.lang.java.programmer)
  • Re: Unsing Java for a transparent servlet login?
    ... > There exists a Web Server (by which I have no admin access), ... > My problem is, I want to build a html page, through which the contents ... I'd have thought CGI would be the simplest approach. ...
    (comp.lang.java.help)
  • Re: PHP-Yes, HTML-No --- Why?
    ... Surely a dynamic web server should appear exactly the same as a static one - all files that contain HTML when viewed should be called ..html. ... If you know how, say, the PHP apache module works, you'll see that the hit is absolutely, positively minimal. ... "Andrew DeFaria" <That's also exactly why php files should have php as their extensions - because that's the way that web servers determine which pages not only need parsing, but which parsing it needs. ...
    (comp.lang.php)