Goutte icon indicating copy to clipboard operation
Goutte copied to clipboard

Multidimensional fields and wrong format.

Open albertovincenzi opened this issue 4 years ago • 0 comments

I've posted on stackoverlow an issue I was facing: https://stackoverflow.com/questions/65658053/goutte-form-submit-wrong-values

just to summarize, I figured out that goutte "alter" the format of multidimensional feature in a particular case. A field like this:

"movimentiC59Nuovo.listaMovimentiItaliani[0].idObj": "",

is converted into this:

"movimentiC59Nuovo.listaMovimentiItaliani[0][.idObj]" => ""

as you can see, the brackets create a problem during post, so the website doesn't "recognize" that.

albertovincenzi avatar Jan 10 '21 20:01 albertovincenzi