Question

I encode my data on client side with encodeURIComponent.

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

How to decode it on the yaws server?

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top