I have rest wcf service working okay. Except in some scenarios It throws bad request.
On some search and checks, it seems when the url has longer parameters.(sometimes url length is more than 1000) .It does not hit the service and thrown bad request straight away.
http://testservice/Service.svc/endpoint/get/1/2/longparameter
How can I address for such situations?