HTTP post request

Hi,

Is there a way to send an “asynchronous” HTTP post request?

I am using .Q.hmb to post the request but do not want to wait for the result. Any suggestion?

Cheers

How about using curl?

system"curl -s -m 5 -X POST data http://test123.com &</dev/null &"

Morten