Hi all,
I have a javascript which uses XMLHttpRequest to submit data to a rails controller. In the url, it escapes dots as "%2E", however, rails does not seem to unescape this (the dots are in params[:id]). Is there a way to fix this?
Thanks, Maz
Hi all,
I have a javascript which uses XMLHttpRequest to submit data to a rails controller. In the url, it escapes dots as "%2E", however, rails does not seem to unescape this (the dots are in params[:id]). Is there a way to fix this?
Thanks, Maz