Closed nicornk closed 2 years ago
When run with pyodide-http
When run with python
I am trying to create a fix and test for it, but struggling with calling SSL protected websites in pyodide. In jupyterlite, SSL works.
I can also see that set_json https://github.com/koenvo/pyodide-http/blob/main/pyodide_http/_core.py#L41 is never called.
set_json
Fixed in https://github.com/koenvo/pyodide-http/pull/16
When run with pyodide-http
When run with python
I am trying to create a fix and test for it, but struggling with calling SSL protected websites in pyodide. In jupyterlite, SSL works.
I can also see that
set_json
https://github.com/koenvo/pyodide-http/blob/main/pyodide_http/_core.py#L41 is never called.