URL Query Parameter

URL Query parameters extract values from the query string of URL of incoming service requests.

Parameter Details:

Example

In the below URL, there are two keys first ‘Name’ and second ‘Address’. Let’s say you want to extract value of first key then query name will be Name and if you want to extract both keys then query name will be Name, Address.

http://www.cavison.com/index.jsp?Name=cavisson&Address=US