Jump to content

Display all header information?


thedust2010

Recommended Posts

I have an upload script inside of a Java applet that is occasionally displaying all the header information, like so:

HTTP/1.1 302 FoundDate: Fri, 30 Jun 2006 20:21:20 GMTServer: Apache/2.0.52 (CentOS)X-Powered-By: PHP/4.3.9Set-Cookie: PHPSESSID=b23f5ebd692096738ebc60600a3b26b6; path=/Expires: Thu, 19 Nov 1981 08:52:00 GMTCache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0Pragma: no-cacheLocation: /login.phpContent-Length: 797Connection: closeContent-Type: text/html

This is obviously a big security risk.  Does anyone know what might be causing this or how to replicate this behavior?
Link to comment
Share on other sites

as far as i know, the response to an HTTP request will have the headers so it can be displayed depending on your user agents capabilities.

i would think this is a more Java related problem, right? since you mentioned that this hapenned inside a Java Applet.

correct me if i'm wrong.
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.