Tuesday 23 October 2018

Request URL with multiple query parameters

I have a lot of values I want to pass to my backend server when I am doing a get request. E.g. I can add multiple values like http://<>?maxAge=25&minAge=45&maxHeight=135&minHeight=180&.... and so on. The url keeps in growing as i add the parameters. Is there any easier way to do this?

Submitted October 23, 2018 at 07:29PM by stopcharla

No comments:

Post a Comment