Open bigerl opened 1 month ago
Currently, IGUANA accepts only text/csv but not text/csv; charset=utf-8 as response content-type. At least charset=utf-8should be allowed to be added.
text/csv
text/csv; charset=utf-8
content-type
charset=utf-8
Also, we should probably add utf-8 to the accept header
accept
Currently, IGUANA accepts only
text/csv
but nottext/csv; charset=utf-8
as responsecontent-type
. At leastcharset=utf-8
should be allowed to be added.Also, we should probably add utf-8 to the
accept
header