Domanda

I encode my data on client side with encodeURIComponent.

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

How to decode it on the yaws server?

È stato utile?

Soluzione

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

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top