Hi,
How can I decode, record and replay the traffic from Android device using wiremock standalone for https case?
This is my command:
java -jar /wiremock-standalone-2.5.1.jar
--root-dir /wiremock
--port 8889
--enable-browser-proxying
--verbose
--https-port 9000
--https-keystore ./identity.jks
--print-all-network-traffic
The device proxy http port is set to 8889. There is no https proxy option.
So currently I can record / replay only the http traffic, not https
Thanks,