diff --git a/cpp/iedriver/ProxyManager.cpp b/cpp/iedriver/ProxyManager.cpp index 7ebfc393ad5b9..308679df3740b 100644 --- a/cpp/iedriver/ProxyManager.cpp +++ b/cpp/iedriver/ProxyManager.cpp @@ -35,8 +35,8 @@ #define WD_PROXY_TYPE_AUTODETECT "autodetect" #define HTTP_PROXY_MARKER "http=" -#define HTTPS_PROXY_MARKER "http=" -#define FTP_PROXY_MARKER "http=" +#define HTTPS_PROXY_MARKER "https=" +#define FTP_PROXY_MARKER "ftp=" #define SOCKS_PROXY_MARKER "socks=" #define BYPASS_PROXY_MARKER "|bypass="