Java 1.1 Applet to Display an HTTP Response Header.

by Tony Alicea

(More powerful Java application available free. See below)

Reminder: The applet can connect only to the server of origin. The applet you are looking at is now in a  www.geocities.com  subdirectory. You can put it in any server you like.

This is where the applet would be if your browser was Java enabled!

(New version 1.1 of Oct 26, 1999)

The AWT Choice component at the right of the applet display area under Label "File type:", is not present in the downloadable version (neither is the Label). It is present in this applet just for demonstration purposes.

Download the HttpHeaderApplet.jar archive file.


You can use the applet in your server to view the file headers in it. Following is the <APPLET> tag with the recommended HEIGHT and WIDTH:

<APPLET archive="HttpHeaderApplet.jar" code="HttpHeaderApplet.class" width=475 height=480> </APPLET>

This is a non-Swing Java 1.1 applet. That means it requires Netscape 4.06 or above or Internet Explorer 4 or above and no Java plug-in is necessary.

See the more powerful Java application.


--Tony Alicea--