[Seaside] ZnUnknownHttpVersion

lanvin.kevin at laposte.net lanvin.kevin at laposte.net
Thu Mar 6 13:49:32 UTC 2014


Sorry for multiple copies.
Hello
I am using a REST API in my web application and I have a problem with the http version.

when I do this kind of request, everything is ok :    localhost:8080/appName?action=&firstParameter=["Value"]&secondParameter=["Value"]&lastParameter={}
Parameters are JSON strings.

Now if I just change the last parameter as following, the ZnUnknownHttpVersion error is raised.
      localhost:8080/appName?action=&firstParameter=["Value"]&secondParameter=["Value"]&lastParameter={ "Key":["firstValue","secondValue"]}

Every special character is converted to %.. excepting ':' .

Thank you 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20140306/6a82abc5/attachment.htm


More information about the seaside mailing list