Goutte
Goutte copied to clipboard
Multidimensional fields and wrong format.
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.