Are you using encodeURI? You may need to use encodeURIComponent instead. Just checking briefly on the JS versions.

Michael

Jesse Warden wrote:

Running encode on a String seems to be missing the +. For example, a
space " " becomes %20 like expected. But, a + is not becoming %2D...
anyone know why?

Reply via email to