FriendsOfPHP / Goutte

Goutte, a simple PHP Web Scraper
MIT License
9.26k stars 1.01k forks source link

Multidimensional fields and wrong format. #433

Open albertovincenzi opened 3 years ago

albertovincenzi commented 3 years ago

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.