From: Raindog <ra...@ma...> - 2010-12-09 05:24:04
|
Hello, I discovered that when using a url such as "http://www.example.com:8080", that the HTTP header will only contain: Host: www.example.com When it should contain (at least according to Curl and .NET) the non-default port after it. such as: Host: www.example.com:8080 Thanks. P.S. I got my file uploader working.. Took a while to test everything because of various build issues, but all is done. |