iron-ajax
iron-ajax copied to clipboard
Arrays not properly encoded when content-type is x-www-form-urlencoded
The iron-request element does not correctly encode array values for the x-www-form-urlencoded content-type.
There is a TODO in the _wwwFormUrlEncode
method stating:
// TODO(rictic): handle array values here, in a consistent way with // iron-ajax params.