From: pcanterino <> Date: Mon, 12 Jul 2004 12:30:35 +0000 (+0000) Subject: Heavily improved devedit_reload(): X-Git-Tag: version_2_0~16 X-Git-Url: https://git.p6c8.net/devedit.git/commitdiff_plain/94c8a9b0ec83b96ea5f6f23059aeafbc8c5122e1?hp=94c8a9b0ec83b96ea5f6f23059aeafbc8c5122e1 Heavily improved devedit_reload(): - Detection of SSL encrypted HTTP (HTTPS) by checking the HTTPS environment variable - Check if the server listens on the default port or not - Support for query string parameters with multiple values - thanks a lot to Andre Malo (n.d. parker)! - Encode non-ASCII-chars and special chars in the query string - Using virtual_host() from the CGI module (has some advantages) ---