Skip to content
This repository has been archived by the owner on Apr 1, 2023. It is now read-only.

Multidimensional fields and wrong format. #433

Open
albertovincenzi opened this issue Jan 10, 2021 · 0 comments
Open

Multidimensional fields and wrong format. #433

albertovincenzi opened this issue Jan 10, 2021 · 0 comments

Comments

@albertovincenzi
Copy link

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant