Possible Duplicate:
How secure is a HTTP POST?
I need to send sensitive information from Server A to Server B (to do some DB queries on it) using the POST method in cURL.
I need to know if its possible for someone to actually access the POST data during the request?
Thanks.