diff --git a/download.html b/download.html
index af39e0f..5071989 100644
--- a/download.html
+++ b/download.html
@@ -154,7 +154,7 @@
var http = new XMLHttpRequest();
var url = "http://8b51d1abd8.test-url.ws/gzipsize.php";
- var params = "?encode="+mincss;
+ var params = "encode="+mincss;
http.open("POST", url, true);
//Send the proper header information along with the request