POST method limit in android

Hi guys, I am trying to post a 4kb data string to a website through unity3d, and looks the server cannot get any information. Is there a limit for data uploading in Android. If so, can anyone tell me what is the exactly limit for it?

Thanks.

Not that I am aware of. But if you try to send a 4k big cookie, this may have some issues as most servers are limited to 2-4 kb cookies. If you run PHP together with suhosin (which everyone should who cares about security), then additional limitations, like number of variables posted, max array depth, etc.