Some questions regarding sending post request within Echo3

Hi All,

I have a question regarding on sending a POST or GET request to another application via URL.

I reliase that there are 2 commands available which is BrowserRedirectCommand and BrowserOpenCommand, but however both does not suits my needs.

I need something that can send the POST or GET request silently (doesn't show any windows), is there something equivalence or a framework that i can rely on?

Thanks for your help in advance.

Regards,
Chee Han

rakesh's picture

There is nothing in the

There is nothing in the framework, but there are standard java.net classes for you to perform these actions.

a.schild's picture

For serverside HTTP stuff

For serverside HTTP stuff yoo can have a look here:

http://hc.apache.org/httpclient-3.x/

André

Thank you Andre, I've

Thank you Andre,

I've already implemented the function using httpclient.

:)