Frage

I encode my data on client side with encodeURIComponent.

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

How to decode it on the yaws server?

War es hilfreich?

Lösung

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

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top