thedust2010 Posted June 30, 2006 Share Posted June 30, 2006 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/htmlThis is obviously a big security risk. Does anyone know what might be causing this or how to replicate this behavior? Quote Link to comment https://forums.phpfreaks.com/topic/13335-display-all-header-information/ Share on other sites More sharing options...
Koobi Posted June 30, 2006 Share Posted June 30, 2006 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. Quote Link to comment https://forums.phpfreaks.com/topic/13335-display-all-header-information/#findComment-51428 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.