pford90
11 years agoOccasional Contributor
[Resolved] Pass empty string to query parameter
I would like to know how i could pass an empty string to a parameter at the end of the url: Example: localhost:8080/myurl/cluster?name= Thank you, Peter
- 5 years ago
You need to set the query parameter as required and leave the parameter value empty. Please see the screenshot: