Hi, There is some size limit for GET query string say 255 bytes. What is the size limit for the response that is being passed from GET request. For e.g. Client request the server (GET) for the content of some file which is of say 100MB.
I have created sample example that does that for me, i can get upto 1.8GB of file from the GET response. What i understand is GET request query string size is limited, but the response that is returned from that GET, can be of any size as to what the REST supports. Correct me if i am wrong. Regards, Faiz. -- View this message in context: http://n2.nabble.com/Size-limit-on-GET-response-tp4596213p4596213.html Sent from the Restlet Discuss mailing list archive at Nabble.com. ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2448998

