Compare commits

...

2 Commits

Author SHA1 Message Date
Lamp
61ca9d54d2
Update README.md 2020-04-19 10:29:42 -07:00
Lamp
fa028e4af0
Update README.md 2020-04-19 10:27:52 -07:00

View File

@ -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.