JIT
Creating a WebSocket connection and extracting bearerToken from API calls
I want to recreate a WebSocket ping pong connection and keep the websocket connection alive as I request api calls. The websocket api is wss://ws.cms.jyxo.cz/websocket/78f915a0-8a9b-4315-95c9-1c2617b7b6ec headers 'User-Agent' : 'Mozilla/5.0 (X11; Linux x86_64; rv:128.0) Gecko/20100101 Firefox/128.0', 'Accept-Encoding' : 'gzip', 'Accept' : '/', 'Content-type' : 'application/json;charset=UTF-8' and I want you to send an api call to https://http.cms.jyxo.cz/api/v3/user.login.start same headers and extract the bearerToken with a regex expression and show it in results
Updated files
v1