Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't provide duplicate key values when POSTing form data #814

Open
ngc opened this issue May 5, 2024 · 0 comments
Open

Can't provide duplicate key values when POSTing form data #814

ngc opened this issue May 5, 2024 · 0 comments

Comments

@ngc
Copy link

ngc commented May 5, 2024

A website I'm trying to scrape with Colly relies on having multiple values by the same key. This is supported by url.Values and it's what createFormReader uses, but we're limited from using duplicate key values by forcing everything to be a map[string]string before making a url.Values.

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

No branches or pull requests

1 participant