-
Notifications
You must be signed in to change notification settings - Fork 7.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add User-Agent and additional headers to esp_websocket_client (IDFGH-2193) #4345
Conversation
@igrr can I get this reviewed & merged? Thanks |
@djunod Thanks for the contribution and sorry for not replying earlier. |
@Alvin1Zhang merge conflicts resolved. |
Hi guys, Silly question - how do you specify additional headers for websockets? I know that this is not the right place to ask but nobody seems to reply in the forum. I tried to do it like this but it doesn't work with error shown below. I printed out the errors in the backend but there isn't an authorization key in the transaction leading to this failure. websocket_cfg.uri = CONFIG_WEBSOCKET_URI; I (5599) WEBSOCKET: Connecting to wss://anexample.ddns.net/... The function Any tips or advice greatly appreciated, thanks! |
Merges espressif/esp-idf#4345 * Original commit: espressif/esp-idf@9200250
Merges espressif/esp-idf#4345 * Original commit: espressif/esp-idf@9200250
esp_websocket_client add the ability to: