<br /><p style="margin:0;padding:0;" > </p>Hello ,<p style="margin:0;padding:0;"><br /></p><p style="margin:0;padding:0;">In my main image, I was using the wrong repository to get the configuration.<br />Now it works perfectly !&nbsp;<br />Thank you for your help.</p><p style="margin:0;padding:0;"><br />Have a nice day.<br /><blockquote style="padding-left: 5px; margin-left: 5px; border-left-color: #ff0000; border-left-width: 2px; border-left-style: solid">                                           &gt; Message du 06/03/14 18:25<br />&gt; De : &quot;Sven Van Caekenberghe&quot; <br />&gt; A : lanvin.kevin@laposte.net<br />&gt; Copie &agrave; : &quot;Seaside - general discussion&quot; <br />&gt; Objet : Re: [Seaside] ZnUnknownHttpVersion<br />&gt;                                           <br />&gt; <br />&gt; On 06 Mar 2014, at 17:49, lanvin.kevin@laposte.net wrote:<br />&gt; <br />&gt; &gt; I've taken a new Pharo 3.0 image on pharo.org<br />&gt; &gt; Then I loaded Zinc-REST from your repository : http://smalltalkhub.com/#!/~SvenVanCaekenberghe/ZincHTTPComponents<br />&gt; &gt; I executed the code : <br />&gt; &gt; <br />&gt; &gt; | server |<br />&gt; &gt; server := ZnServer startOn: 1700 .<br />&gt; &gt;         server delegate: <br />&gt; &gt;                 (ZnRestServerDelegate new <br />&gt; &gt;                         uriSpace: (ZnCallHierarchyRestUriSpace new <br />&gt; &gt;                                                         rootClass: ZnExampleSumRestCall;<br />&gt; &gt;                                                         yourself); <br />&gt; &gt;                         yourself).<br />&gt; &gt; (ZnClient new) get: 'http://localhost:1700/appName?action=&amp;firstParameter=[&quot;Value&quot;]&amp;secondParameter=[&quot;Value&quot;]&amp;lastParameter={ &quot;Key&quot;:[&quot;firstValue&quot;,&quot;secondValue&quot;]}'<br />&gt; &gt; <br />&gt; &gt; The error occured.<br />&gt; &gt; Is there something missing in my image ?<br />&gt; <br />&gt; How did you load Zinc-REST ? Manually or using the configuration group ? The proper way is:<br />&gt; <br />&gt;   ConfigurationOfZincHTTPComponents project latestVersion load: 'REST'.<br />&gt; <br />&gt; You might be missing NeoJSON.<br />&gt; <br />&gt; &gt; Thank you for your patience<br />&gt; <br />&gt; No problem, just trying to help.<br />&gt; <br />&gt; &gt; &gt; Message du 06/03/14 17:20<br />&gt; &gt; &gt; De : &quot;Sven Van Caekenberghe&quot; <br />&gt; &gt; &gt; A : lanvin.kevin@laposte.net, &quot;Seaside - general discussion&quot; <br />&gt; &gt; &gt; Copie &agrave; : <br />&gt; &gt; &gt; Objet : Re: [Seaside] ZnUnknownHttpVersion<br />&gt; &gt; &gt; <br />&gt; &gt; &gt; Kevin,<br />&gt; &gt; &gt; <br />&gt; &gt; &gt; On 06 Mar 2014, at 16:55, lanvin.kevin@laposte.net wrote:<br />&gt; &gt; &gt; <br />&gt; &gt; &gt; &gt; It's working on a seaside server, but not on a RestServer.<br />&gt; &gt; &gt; &gt; This code should show you the problem.<br />&gt; &gt; &gt; &gt; <br />&gt; &gt; &gt; &gt; | server |<br />&gt; &gt; &gt; &gt; server := ZnServer startOn: 1700 .<br />&gt; &gt; &gt; &gt; server delegate: <br />&gt; &gt; &gt; &gt; (ZnRestServerDelegate new <br />&gt; &gt; &gt; &gt; uriSpace: (ZnCallHierarchyRestUriSpace new <br />&gt; &gt; &gt; &gt; rootClass: ZnExampleSumRestCall;<br />&gt; &gt; &gt; &gt; yourself); <br />&gt; &gt; &gt; &gt; yourself).<br />&gt; &gt; &gt; &gt; <br />&gt; &gt; &gt; &gt; <br />&gt; &gt; &gt; &gt; <br />&gt; &gt; &gt; &gt; <br />&gt; &gt; &gt; &gt; (ZnClient new) get: 'http://localhost:1700/appName?action=&amp;firstParameter=[&quot;Value&quot;]&amp;secondParameter=[&quot;Value&quot;]&amp;lastParameter={ &quot;Key&quot;:[&quot;firstValue&quot;,&quot;secondValue&quot;]}'<br />&gt; &gt; &gt; <br />&gt; &gt; &gt; Which works for me, sorry, it gives:<br />&gt; &gt; &gt; <br />&gt; &gt; &gt; a ZnResponse(404 Not Found text/plain;charset=utf-8 34B)<br />&gt; &gt; &gt; <br />&gt; &gt; &gt; You still haven't said anything about which versions of Pharo/Zinc you are using, on which platform you are.<br />&gt; &gt; &gt; <br />&gt; &gt; &gt; Sven<br />&gt; &gt; &gt; <br />&gt; &gt; &gt; &gt; Regards.<br />&gt; &gt; &gt; &gt; _______________________________________________<br />&gt; &gt; &gt; &gt; seaside mailing list<br />&gt; &gt; &gt; &gt; seaside@lists.squeakfoundation.org<br />&gt; &gt; &gt; &gt; http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside<br />&gt; &gt; &gt; <br />&gt; &gt; &gt;<br />&gt; &gt; <br />&gt; <br />&gt;                                                                                       </blockquote></p>