Hi,
I am trying to create a WSS request that requires a signature derived from a hash of a timestamp and an API key in order to authenticate the connection.
I have earlier successfully defined a REST request that required the same kind of authentication using a script. When you define a REST request in Postman, however, it is easy to find the Scripts area where you can define a Pre-Req or a Post-Req script.
Is it possible to define a script for a WSS request in Postman? I have not seen anything equivalent to the Scripts area for a WSS request.
Thanks
Kevin