We have an iOS Application that connects to a WebDav server using the ASIHTTPRequest library - which works very good.
One of our customers has the problem of a 500 status code with an ERR_ICAP_FAILURE message using his mobile provider Orange France. The message seems to be a web cache / squid response to an either incomplete connection/communication or (what I think) a response to the unknown OPTIONS and PROPFIND methods of WebDav.
Our Application has an Android counterpart which seems to work under the same circumstances hence a custom implementation of the connection on the Socket-layer.
What I'd like to know is:
- has anyone experienced a such a response in an somewhat similar setup?
- is this a known problem with ASIHTTPRequest / something I could solve via setting?
- Does Orange France offer an APN not using a proxy