> From: El Toro [mailto:[EMAIL PROTECTED]
> 
> I have an action class which needs to redirect a
> request to an application outside of the current
> context.  I also need to pass some parameters to the
> outside application.  One of these parameters is too
> big to include on the URL/QueryString.  Does anyone
> know how I can redirect the request with the
> parameters without tacking them on to the
> URL/QueryString?

The 2 most often used types of HTTP requests are GET and POST.  If your
query string is too large for a GET, then you can use a POST.


- Dave

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to