I am trying to implement a specific (and simple) http proxy through PHP. I've been able to get the code to signon to the remote server and process HTTP GET commands with no problems.
However, I am now stumped on the exact format an HTTP POST is formatted to a HTTP server and can't seem to make my code support this method!. I've gone through as many HTTP RFCs I could find. Been through the code to w3c-libwww with no success. If anyone has any suggestions on where I can find this it would be greatly appreciated.
Thanks in advance,
David