On Wed, 12 Dec 2007 21:32:17 +0300
"CS Imamu" <[EMAIL PROTECTED]> wrote:

> The Web server appears to receive the POST request from the browser
> and then sends a redirect (302) response to the browser.

The server won't do that unprompted.  Either your application or
your configuration is sending a redirect.

>  We don't know
> why this is happening. This is causing the browser to either display
> an error

That doesn't make sense.  302 isn't an error.

>   or to send the post request again as a GET request. The GET
> request fails because the browser is putting the form data in the URI,
> making it too big."

That's incredibly broken browser behaviour (unless your application
is sending the whole caboodle in the redirect).  I don't believe any
"normal" browser is that broken.

I infer that your problem description is garbled.

-- 
Nick Kew

Application Development with Apache - the Apache Modules Book
http://www.apachetutor.org/

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to