Skip to content

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

@ngc

Description

@ngc

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions