[squid-users] POST method problem

From: Tarek Nabhan <Tarek.Nabhan@dont-contact.us>
Date: Wed, 17 Oct 2001 17:06:29 +0200

Hello all,

I have a problem with the post method in squid.

Problem:
        when submitting the form below, the input parameters are not
sent with the post method (or they are sent incomplete or corrupt),
        and the clients are redirected to the site's default page.

Settings:
        we have two instances of squid running.
        "squid1" is used by the clients as a proxy in their browsers
        "squid1" forwards the requests to its parent proxy "squid2"
        We are using squid-2.4STABLE-2
        the http server is using IIS 4

"squid2(the parent proxy)" doesn't get any post requests. But when I
killed "squid2", everything worked fine.
That means when using a single proxy, the post method works fine. But
when cascading proxies, it doesn't.

Is it a bug in squid, or missing configuration, or some problem in the
code?
How can I fix it or work around it?

The form text is:
<form method=post
action="/utcportal/gateway/gateway.asp?GID=216&CID=0&PID=-409&URL=http%3
A%2F%2Fqusnww03%2Ecorphq%2Eutc%2Ecom%2FPTRemote%2FStock%2Fsetprefs%2Easp
" name=linksForm>
<center>
<table BORDER="0" CELLSPACING="0" CELLPADDING="2" class="gadget">
<tr class="gheader">
        <td class="gheader"><b>My Stock Quotes</b></td>
        <td >&nbsp;</td>
        <td >&nbsp;</td>
</tr>

        <tr class="gcontentsection">
                <td class="gContentSection">
                        CSC
                </td>
                <td class="gContentSection">
                        <a
href="/utcportal/gateway/gateway.asp?GID=216&CID=0&PID=-409&URL=http%3A%
2F%2Fqusnww03%2Ecorphq%2Eutc%2Ecom%2FPTRemote%2FStock%2Fsetprefs%2Easp%3
Fdelete%3DCSC"><IMG
src="http://209.61.159.102/imageserverUTC/del_comm.gif" border=0></a>
                </td>
                <td class="gContentSection">&nbsp;
                </td>
        </tr>
 
<tr class="gcontentsection"><td ><b>Add a Ticker symbol:</b></td><td
><input size=8 name=TickerSymbol maxlength=5></td>
<td>
<a href="javascript:validate();"><IMG
src="http://209.61.159.102/imageserverUTC/add_button.gif" border=0></a>
</td></tr>

<tr class="gcontentsection">
        <td align="right"><a
href="javascript:window.document.linksForm.submit();"><IMG
src="http://209.61.159.102/imageserverUTC/done_button.gif"
border=0></a></td>
        <td class="gContentSection">&nbsp;</td>
        <td class="gContentSection">&nbsp;</td>
</tr>
<input type="hidden" id=Add name=Add value="">
</table>
</form>
Received on Wed Oct 17 2001 - 09:09:19 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:02:48 MST