http2
http2 copied to clipboard
A way to redirect a HTTP/2 websocket request
Is there a way to catch HTTP/2 ServerSocket call and redirect it to another URL?.
I have found a way to do that for get
requests but not for WebSocket requests.