DEV Community

Discussion on: How do I test protected websocket channels with tools like postman?

Collapse
 
nishchit14 profile image
Nishchit • Edited

you should pass the JWT in query params like ws://myapp.com/?jwt=long_jwt_xyz or if you can set JWT on sub-protocols section of WS config

To test it, you should try Firecamp

Here is how it looks for WS testing...
Firecamp WS

Collapse
 
princecurie profile image
Onwubiko Chibuike

Thanks will try it out.