[Seaside] ZnUnknownHttpVersion

lanvin.kevin at laposte.net lanvin.kevin at laposte.net
Thu Mar 6 15:55:46 UTC 2014


It's working on a seaside server, but not on a RestServer.This code should show you the problem.
| server |server := ZnServer startOn: 1700 .server delegate: (ZnRestServerDelegate new uriSpace: (ZnCallHierarchyRestUriSpace new rootClass: ZnExampleSumRestCall;yourself); yourself).



(ZnClient new) get: 'http://localhost:1700/appName?action=&firstParameter=["Value"]&secondParameter=["Value"]&lastParameter={ "Key":["firstValue","secondValue"]}'
Regards.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20140306/162ceff8/attachment.htm


More information about the seaside mailing list