From: sarahk <sarah.kho_at_gmail.com>
Date: Thu, 1 Dec 2011 07:15:20 -0800 (PST)
I am using Jersey for some REST services and now I have a GET request in
which the parameters will reach 20,000 characters.
my question is:
Is it possible to tunnel the GET requests through POST methods by enabling
some configuration?
Is it possible to somehow use GET with such huge request parameters?