Skip to content

No faked user agent #1757

@jze

Description

@jze

frictionless-py uses a fake user agent:

DEFAULT_HTTP_HEADERS = {
"User-Agent": (
"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) "
"AppleWebKit/537.36 (KHTML, like Gecko) "
"Chrome/54.0.2840.87 Safari/537.36"
)
}

That is a typical behavior of malicious bots. Therefore, many bot defense programs will block requests from frictionless-py.

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