"application/x-www-form-urlencoded: the keys and values are encoded in key-value tuples separated by

"application/x-www-form-urlencoded: the keys and values are encoded in key-value tuples separated by '&', with a '=' between the key and the value. Non-alphanumeric characters in both keys and values are percent encoded: this is the reason why this type is not suitable to use with binary data (use multipart/form-data instead)"
Was this page helpful?