[squid-users] Problems loading a webpage

From: Paul Maunder <paul.maunder@dont-contact.us>
Date: Fri, 24 Nov 2006 15:41:37 +0000

Guys,

Does anyone have a clue why, when I open the following webpage via my squid proxy it does load properly. I've attached a ethereal dump of the offending html, Just after this the proxy server sends a RST back to the we server ... I can't figure out why it would do that ?

Website in question is www.jdwsupplier.co.uk

Thanks

Paul

GET /tradestone/login.jsp HTTP/1.0
Host: www.jdwsupplier.co.uk
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.8.1) Gecko/20061010 Firefox/2.0
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Language: en-gb,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Referer: http://www.jdwsupplier.co.uk/
Cookie: JSESSIONID=00000oK9rB7LaJjepcVZaKk_UH3:-1
Via: 1.1 SQUIDCACHE.jdwilliams.co.uk:8080 (squid/2.5.STABLE7)
X-Forwarded-For: unknown
Cache-Control: max-age=259200
Connection: keep-alive

HTTP/1.1
Date: Fri, 24 Nov 2006 12:08:49 GMT
Server: IBM_HTTP_Server/2.0.47.1 Apache/2.0.47 (Unix)
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Pragma: no-cache
Content-Length: 5166
Keep-Alive: timeout=10, max=100
Connection: Keep-Alive
Content-Type: text/html;charset=ISO-8859-1
Content-Language: en-US

<html>
<head>
<title>TradeStone Software Inc.</title>
</head>
<body onload="document.LoginForm.user_id.focus()">
<script language="javascript" src="js/comfunc.js"></script>
<script type="text/javascript" src="js/coolmenus4.js"></script>
<script type="text/javascript" src="js/cm_addins.js"></script>
<link rel="stylesheet" type="text/css" media="screen" href="css/main.css" />
<link rel="stylesheet" type="text/css" media="screen" href="css/global.css" />
<form name="LoginForm" action="LoginSubmit.do" autocomplete="off" method="post">
<input type="hidden" name="method" value="">
<input type="hidden" name="css" value="">
<script language="javascript">
   lockMenuclr('FFFFFF');
   if (nCurScrWidth <= 800)
       document.LoginForm.css.value = "css/scr800.css";
   else if (nCurScrWidth > 800 && nCurScrWidth < 1400)
       document.LoginForm.css.value = "css/scr800p.css";
   if (nCurScrWidth > 1400)
       document.LoginForm.css.value = "css/scr1400p.css";
   var pic1= new Image(100,25);
   pic1.src="images/p.gif";
   FRM='LoginForm'
</script>

<center>
<br><br><br><br><br>
<table cellpadding="5" cellspacing="0" border="0">
   <tr>
       <td valign="top">
           <TABLE cellpadding="0" cellspacing="0" border="0" width="100%">
               <TR>
                   <TD valign="top" width="12" align="left">
                   <img src="images/blue_tl.gif" border="0" width="12" height="12"></td>
                   <TD valign="top" style="background:#FFFFFF url('images/blue_tm.gif') repeat-x center 50%; background-position:top">
                   <img src="images/blue_tm.gif" border="0" width="2" height="2"></td>
                   <TD valign="top" width="12" align="right">
                   <img src="images/blue_tr.gif" border="0" width="12" height="12"></td>
               </TR>
               <TR>
                   <TD align="left" style="background-color:#FFFFFF; background-image: url('images/blue_ml.gif'); background-repeat: repeat-y; background-attachment: scroll; background-position: left">
                   <img src="images/blue_ml.gif" border="0" width="2" height="2"></td>
                   <td>
                       <table cellpadding="5" cellspacing="0" border="0">
                           <tr>
                               <td valign="top">
                                
                                   <img src="imagestore/griffin.jpg" border="0"><br><br>
                                 <font color="#0070FF" size="2">&nbsp;TradeStone Software - Unifying the Buying Process</font>
                               </td>
                              <td align="center">
                                    <TABLE cellpadding="5" cellspacing="0" border="0">
                                       <TR>
                                           <TD width="50">User ID</TD>
                                           <td><input type=text name="user_id" onChange="u(this)" onfocus="st('Please enter your user id')" onblur="clr()"/></td>
                                       </TR>
                                       <TR>
                                           <TD width="50">Password</TD>
                                           <td><input type=password name="pswd" onfocus="st('Please enter your password')" onblur="clr()"/></td>
                                       </TR>
                                       <TR>
.... <TD width="50">&nbsp;</TD>
                                           <TD><input style="width:100px;height:25px" onClick="waitWindow()" type="submit" name="Submit" value="Submit"></TD>
                                       </TR>
                                   </TABLE>
                               </td>
                           </tr>
                           <tr><td colspan="2" style="background:#FFFFFF;color:red"><ul> </ul>
                                </td>
                            </tr>
                       </table>
                   </td>
                   <TD align="right" style="background-color:#FFFFFF; background-image: url('images/blue_mr.gif'); background-repeat: repeat-y; background-attachment: scroll; background-position: right">
                   <img src="images/blue_mr.gif" border="0" width="2" height="2"></td>
               </tr>
               <TR>
                   <TD valign="bottom" align="left">
                   <img src="images/blue_bl.gif" border="0" width="12" height="12"></td>
                   <td valign="bottom" style="background:#FFFFFF url('images/blue_bm.gif') repeat-x center 50%; background-position:bottom">
                   <img src="images/blue_bm.gif" width="2" height="2"></td>
                   <TD valign="bottom" align="right">
                   <img src="images/blue_br.gif" border="0" width="12" height="12"></td>
               </TR>
           </table>
       </td>
   </tr>
</table>
</center>
</div>
<script language="javascript">
   endLock();
</script>
</form>
</body>
</html>

This email and any attachments are confidential. They may
contain privileged information and are intended for the
named addressee(s) only. They must not be distributed
without our consent. If you are not the intended recipient,
please notify us immediately and do not disclose, distribute
or retain this email or any part of it. Unless expressly stated,
opinions in this email are those of the individual sender
and not N Brown Group plc or any of its subsidiaries.
You must take full responsibility for virus checking this
email and any attachments.

Please note that the content of this email or any of its
attachments may contain data that falls within the scope
of the Data Protection Acts and that you must ensure that
any handling or processing of such data by you is fully
compliant with the terms and provisions of the Data
Protection Act 1984 and 1998.

N Brown Group plc. Registered office: Griffin House, 40 Lever Street,
Manchester, M60 6ES. Registered in England No.814103.
Received on Fri Nov 24 2006 - 08:43:58 MST

This archive was generated by hypermail pre-2.1.9 : Fri Dec 01 2006 - 12:00:03 MST