docs: More notes on --proxy-server, close #3390
authorCheng Zhao <zcbenz@gmail.com>
Wed, 11 Nov 2015 14:55:32 +0000 (22:55 +0800)
committerCheng Zhao <zcbenz@gmail.com>
Wed, 11 Nov 2015 14:55:32 +0000 (22:55 +0800)
docs/api/chrome-command-line-switches.md

index 69e785f..96dffb9 100644 (file)
@@ -33,8 +33,10 @@ Enables remote debugging over HTTP on the specified `port`.
 
 ## --proxy-server=`address:port`
 
-Use a specified proxy server, which overrides the system setting. This switch only
-affects HTTP and HTTPS requests.
+Use a specified proxy server, which overrides the system setting. This switch
+only affects requests with HTTP protocol, including HTTPS and WebSocket
+requests. It is also noteworthy that not all proxy servers support HTTPS and
+WebSocket requests.
 
 ## --proxy-pac-url=`url`