urequests for WiPi
-
Hi,
I'm trying to call out via HTTPS (POST) to an external service. Is there a recommended working version of urequests? Nome of the one s I've found so far work.
Regards,
Carl
-
Thanks - apologies for the duplicate. I’ve now managed to get this to work using uRequests.
-
Hi,
I deleted your duplicate topic around the same issue. Please do not post the same, or similar, issue twice.Let me know what is not working for you exactly in the urequests library?
In your other topic you noted using this example: https://docs.pycom.io/tutorials/networkprotocols/httpclient/, you can replace the word
GET
withPOST
to use a different format, though in most cases, posting sensor data is done usingGET
as it is more convenient (POST has some different behaviour, read more about it here: https://www.w3schools.com/tags/ref_httpmethods.asp)Gijs