You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the field "Origin: file://" is included in the header (see WebSocketsClient.cpp:469), my WebSocket server responds with 403 permission denied. Removing the origin field from the header fixes the issue.