I encode my data on client side with encodeURIComponent.

encodeURIComponent($('#...').val()),

How to decode it on the yaws server?

有帮助吗?

解决方案

There's something in the http-uri module of the inets application which might help

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top