﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	difficulty
373	form-urlencode doesn't encode slashes	taylor_venable	sjamaan	"Using `form-urlencode` (and hence, `http-client` when a function such as `with-input-from-request` is given an alist) doesn't encode slashes in parameter values.  For example:

{{{
#;2> (form-urlencode '((""foo"" . ""<p>hello</p>"")))
""foo=%3Cp%3Ehello%3C/p%3E""
}}}

This has caused some problems for me when receiving ends don't process the slash correctly.  I worked around it by calling `uri-encode-string` directly (which does escape the slash) rather than having `http-client` do the encoding of an alist for me automatically."	defect	closed	major	4.9.0	extensions	4.6.0	fixed	uri-common		
