Description
Allow request headers to be passed in to Choregrapher for requests made to headless Chrome.
Why should this feature be added?
There's an issue in plotly.py where Open Street Map tiles (used in some traces like scattermap) can sometimes show an error message in calls to write_image due to the request not having the proper header. If headers can be passed in to Kaleido, then the proper header can be added in Kaleido calls from plotly.py and avoid the issue.
Description
Allow request headers to be passed in to Choregrapher for requests made to headless Chrome.
Why should this feature be added?
There's an issue in plotly.py where Open Street Map tiles (used in some traces like scattermap) can sometimes show an error message in calls to
write_imagedue to the request not having the proper header. If headers can be passed in to Kaleido, then the proper header can be added in Kaleido calls from plotly.py and avoid the issue.