I did just as you suggested with the following results:

1. With a direct connection, all variables are passed to the .cgi

2. Working through WinProxy, none of the variables are getting passed to the cgi from the form.

What is interesting is that with a direct connection, the HTTP_REFERER variable is form.html while through WinProxy, the HTTP_REFERER variable is the test.cgi? Yet both are being submitted from the same page.

Also, the HTTP_HOST ENV through WinProxy was the IP Address while with a direct connection it was coming through with the domain name.

So in the configuration of the cgi, I used a relative address for the cgi (../cgi-local/test.cgi) instead of the absolute http address, an now WinProxy is passing the variables. Not sure what is happening, but at least it now works.

Thanks for all the insight and suggestions.


In reply to Re: Re: direct connection works, proxy does not. by belize
in thread direct connection works, proxy does not. by belize

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.