I'm using AFNetworking in my iPhone application for building an http get request. In general I append all the parameters in the query string. The problem is that one of this parameters is a list of IDs which can become really big (till 4.000 id). How can I manage such a big parameter?
thanks a lot