<p style="font-family: 'times new roman', 'new york', times, serif; font-size: 16px; background-color: #fdfdfd">Sorry for multiple copies.</p><p style="font-family: 'times new roman', 'new york', times, serif; font-size: 16px; background-color: #fdfdfd"><br /></p><p style="font-family: 'times new roman', 'new york', times, serif; font-size: 16px; background-color: #fdfdfd">Hello<br /></p><p style="font-family: 'times new roman', 'new york', times, serif; font-size: 16px; background-color: #fdfdfd">I am using a REST API in my web application and I have a problem with the http version.<br /></p><p style="font-family: 'times new roman', 'new york', times, serif; font-size: 16px; background-color: #fdfdfd"><br /></p><p style="font-family: 'times new roman', 'new york', times, serif; font-size: 16px; background-color: #fdfdfd">when I do this kind of request, everything is ok :</p><p style="font-family: 'times new roman', 'new york', times, serif; font-size: 16px; background-color: #fdfdfd">&nbsp;&nbsp;&nbsp;&nbsp;localhost:8080/appName?action=&lt;actionName&gt;&amp;firstParameter=[&quot;Value&quot;]&amp;secondParameter=[&quot;Value&quot;]&amp;lastParameter={}<br /></p><p style="font-family: 'times new roman', 'new york', times, serif; font-size: 16px; background-color: #fdfdfd">Parameters are JSON strings.<br /></p><p style="font-family: 'times new roman', 'new york', times, serif; font-size: 16px; background-color: #fdfdfd"><br /></p><p style="font-family: 'times new roman', 'new york', times, serif; font-size: 16px; background-color: #fdfdfd">Now if I just change the last parameter as following, the ZnUnknownHttpVersion error is raised.<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;localhost:8080/appName?action=&lt;actionName&gt;&amp;firstParameter=[&quot;Value&quot;]&amp;secondParameter=[&quot;Value&quot;]&amp;lastParameter={ &quot;Key&quot;:[&quot;firstValue&quot;,&quot;secondValue&quot;]}<br /></p><p style="font-family: 'times new roman', 'new york', times, serif; font-size: 16px; background-color: #fdfdfd"><br /></p><p style="font-family: 'times new roman', 'new york', times, serif; font-size: 16px; background-color: #fdfdfd">Every special character is converted to %.. excepting ':' .<br /><br />Thank you&nbsp;</p><p style="margin:0;padding:0;" > </p>