0

I have a login request of the form:

https://server-name/app/login.do;jsessionid=ZzrTY2hTV4FWj8NQwWnQngwvP10LQY4LK1Q7Gtm1rLpr9nqSbwpX!276696183

How do I pass a semicolon URL parameter in SoapUI?

Greg Pagendam-Turner
  • 2,356
  • 5
  • 32
  • 49
  • 1
    Possible duplicate of [URL: semicolon instead of question mark](http://stackoverflow.com/questions/18830192/url-semicolon-instead-of-question-mark) – Rao Nov 25 '16 at 01:31

1 Answers1

0

As per official documentation: You would define the parameter, jsessionid in your case, as a "matrix" parameter.

SiKing
  • 10,003
  • 10
  • 39
  • 90