khoih-prog / WebSockets2_Generic

A WebSocket Server and Client library for Arduino, based on RFC6455, for writing modern Websockets applications. Now support ESP8266, ESP32 (including ESP32-S2 Saola, AI-Thinker ESP-12K, WT32_ETH01, etc.), nRF52, SAMD21, SAMD51, SAM DUE, STM32F/L/H/G/WB/MP1, Teensy, RP2040-based, etc. boards, with WiFiNINA, Teensy 4.1 NativeEthernet/QNEthernet, Ethernet W5x00 / ENC28J60 / LAN8742A / LAN8720, ESP8266 / ESP32-AT modules/shields, as well as SINRIC / Alexa / Google Home
GNU General Public License v3.0
81 stars 30 forks source link

send token in header. #13

Closed mrdsn3 closed 3 years ago

mrdsn3 commented 3 years ago

I have problem can anyone help me? how to connect web socket server, while connecting I need to send token (already generated JSON token) in header.

khoih-prog commented 3 years ago

Closed due to long-time inactivity and issue was asked and answered/solved in How i can add token in header of websocket client #621

mrdsn3 commented 2 years ago

header*