I have an API which accepts many parameters. Passing the values of the parameters will exceed the length of the URL Header.
I am using Postman client to pass the para
Postman is already added this feature of sending body in get request.
But i still i recommended to go for post request (if body is present) since many projects like angular http client does't have updated protocols yet.