Does anyone know whether the API supports HTTP 1.0 or only HTTP 1.1? I'm writing a gizmo in Python on a Raspberry Pi Pico (MicroPython) and it doesn't work, but it works on my Mac (full Python). The only difference that I can see is that the Pico is 1.0 and the Mac is 1.1.
Thanks in advance