iron-ajax icon indicating copy to clipboard operation
iron-ajax copied to clipboard

Arrays not properly encoded when content-type is x-www-form-urlencoded

Open dejan9393 opened this issue 7 years ago • 0 comments

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.

dejan9393 avatar Oct 20 '17 01:10 dejan9393