I have a small problem in extracting the values of the GET hyperlink.
for example:
It has to accept the input from user
INPUT:
https://www.something.comsignin/service?username=test&pwd=test&profile=developer&role=ELITE&key=manager
**
OUTPUT
**
In the above hyperlink i want values of ,
USERNAME:test
PWD:test
PROFILE::developer
.....
This has to be the output.
Please help me with a code in JAVA. Thanks in advance.