Compare commits
2 Commits
mathmakgak
...
master
Author | SHA1 | Date | |
---|---|---|---|
|
61ca9d54d2 | ||
|
fa028e4af0 |
@ -69,4 +69,6 @@ ws://localhost:8080/?target=ws://www.multiplayerpiano.com:443&origin=http://www.
|
|||||||
|
|
||||||
Query parameters may or may not be encoded, but querystring chars (`&` and `=`) must be encoded to escape them.
|
Query parameters may or may not be encoded, but querystring chars (`&` and `=`) must be encoded to escape them.
|
||||||
|
|
||||||
**Note:** If the `target` is missing or invalid, or if an error occurs when connecting to the remote host (such as if it responded with a 403), your connection is simply closed. Ideally, the proxy server would wait for the connection to the target to finish, before responding to the client with the same response of the target; however, I found this much too complicated to set up, so I just kept it simple.
|
## Issues
|
||||||
|
|
||||||
|
If the `target` is missing or invalid, or if an error occurs when connecting to the remote host (such as if it responded with a 403), your connection is simply closed. Ideally, the proxy server would wait for the connection to the target to finish, before responding to the client with the same response of the target; however, I found this much too complicated to set up, so I just kept it simple.
|
||||||
|
Loading…
Reference in New Issue
Block a user