1

I encode my data on client side with encodeURIComponent.

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

How to decode it on the yaws server?

johlo
  • 5,422
  • 1
  • 18
  • 32
Yola
  • 18,496
  • 11
  • 65
  • 106

1 Answers1

2

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

kjw0188
  • 3,625
  • 16
  • 28