1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-22 13:45:08 +00:00
serenity/Userland/Libraries/LibWeb/WebSockets
Michiel Visser 39409438b2 LibWeb: Send Origin on WebSocket connection
Some services using WebSockets require that the request contains the
Origin header, otherwise these services will return a 403 Forbidden
response. WebSocketServer already supports sending the Origin header,
however LibWeb did not send the origin with the IPC request.
2022-03-02 21:38:17 +01:00
..
WebSocket.cpp LibWeb: Send Origin on WebSocket connection 2022-03-02 21:38:17 +01:00
WebSocket.h LibWeb: Send Origin on WebSocket connection 2022-03-02 21:38:17 +01:00
WebSocket.idl LibWeb: Move WebSocket into the Web::WebSockets namespace 2022-02-18 19:34:08 +00:00