Well, it's a GET too, so if you have a lot of info it will get truncated
at some point (I think around 1024 chars) anyway.

However, this is also probably your saving grace. Get the info from
REQUEST_URI instead of QUERY_STRING. If you don't have access to the cgi
code, then wrap it with a script that sets the QUERY_STRIGN using the
query portion of the REQUEST_URI.

sometimes getting screwed isn't so bad .. :)

hth
charles

On Wed, 6 Sep 2000, Robert Canary wrote:

> A quick dump->logfile of the httpd %ENV revealed the truncatated QUERY_STRING while
> the REQUEST_URI show the entire string intact.  This tells me the collector app
> (which is a Windows based app, not html) is not sending anything as hex.
> 
> I think I am screwed :-)
> 
> QUERY_STRING =
> FirstName=John&LastName=Doe&Company=&Address=123+Winward+Lane&Address2=Apt+
> REQUEST_METHOD = GET
> REQUEST_URI =
> 
>/cgi-bin/uwsignup.cgi?FirstName=John&LastName=Doe&Company=&Address=123+Winward+Lane&Address2=Apt+#23&
> 
> City=Lakeshore&State=KY&Zip=55555&Phone=270-555-5555



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to