I want to pass the parameters after the URL with using 'forward slash(/). For example:{myURL.com}/{123}/{"test"}. Here 'Name' and 'Id' are the parameters.
I know how to pass the parameters like {myURL.com}?{Id=123}?{Name="test"}.
I want to pass the parameters after the URL with using 'forward slash(/). For example:{myURL.com}/{123}/{"test"}. Here 'Name' and 'Id' are the parameters.
I know how to pass the parameters like {myURL.com}?{Id=123}?{Name="test"}.
To pass variables in the URL, start with ? and separate each variable with &
myURL.com/servlet?name=cool&id=666&colour=blue