Forum Discussion

faisalkarim's avatar
faisalkarim
Occasional Contributor
10 years ago

How to convert curl command to a SoapUI request?

Here is my curl command    curl -k https://hostname/auth/login -d username=userName -d password=myPassword   Where in SoapUI to mention -k option also where to add the -d in the request?