Hi all,
I’m running out of solutions - trying to send a file to a server using ofxHttpUtils.
Locally ( under max osx using Mamp ), and with one server It’s working fine, but with another server is just returning me an empty request.
Some servers seems to not like Chunked-Transfer encoding when no Content-Length information is set in the HTML header request.
I’ve had some talks with server support but everything looks fine…
So, I know It’s not totally OF related, but maybe some of you ran into this very similar problem ?
So my questions are ( randomly ) :
- First, someone here has been through this issue?
- In order to do some other tries, do someone know how to force Poco to not use chunked-encoding when sending a file and use content-length instead ?
- Seeing this thread in poco forum http://tinyurl.com/5wq9dy9 , I would like to try to compile the Poco Library from source. Is that hard/recommended to compile PocoNet from source with xCode?
Many thanks!