Forum Discussion

pford90's avatar
pford90
Occasional Contributor
11 years ago
Solved

[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
  • Nastya_Khovrina's avatar
    5 years ago

    You need to set the query parameter as required and leave the parameter value empty. Please see the screenshot: