Skip to content

Set charset=utf-8 in Content-type header for CSV download #534

@duncandewhurst

Description

@duncandewhurst

Currently, the Content-type header for http://org-id.guide/download.csv is set to text/csv.

The Python requests library does not apply UTF-8-decoding by default so it would be helpful to explicitly specify the encoding by setting the header to text/csv; charset=utf-8.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions