PATCH Method unsupported method an andriod?

in the TAndroidHttpEngine.InternalSend function there is a list of supported methods. Patch is not in that list.

Is this correct or an oversight?

I copied the unit to my project, added the PATCH method and tested it on a Galaxy Tab tablet and it works correctly.


If I remember correctly, not all Android models/versions will allow PATCH as a valid method. It does method tunneling, though.

This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.