Hi all,
Are secured websockets supported in gatling I’m trying to make a call to connect to websocket through .ws(“test”).connect("/path/to/websocket") but I’m getting 400 as response status
Thank you,
Miroslav
Hi all,
Are secured websockets supported in gatling I’m trying to make a call to connect to websocket through .ws(“test”).connect("/path/to/websocket") but I’m getting 400 as response status
Thank you,
Miroslav
Yes they are. Just make sure scheme is wss.
Thanks Stephane!
I was using ws instead of wss protocol in wsBaseUrl() method