Sending Parameters in a GET request
Below is how you can execute an action without clicking button.
Once you are logged in to the app, execute the url as below.
http://localhost:8080/irates/authorityRateSupport!addAuthorityRate.action?flag1=MY VAL
If you have more values to be sent to server side as parameters, then append as below and hit enter, action will take place.
http://localhost:8080/irates/authorityRateSupport!addAuthorityRate.action?flag1=MY VAL&flag2=MY VAL1
No comments:
Post a Comment