|
From: | silvioprog |
Subject: | Re: [libmicrohttpd] How can I decode the form-data fields with MHD_http_unescape() function? |
Date: | Tue, 16 Feb 2016 12:37:59 -0300 |
There is a conflict between standards.
HTML states that "+" must be decoded to space in url-encoding.
https://www.w3.org/TR/html/forms.html#url-encoded-form-data
RFC 3986 doesn't assume any special treatment of "+".
https://tools.ietf.org/html/rfc3986
[Prev in Thread] | Current Thread | [Next in Thread] |