Url Encoding Micropython #9763
James-McCracken
started this conversation in
General
Replies: 2 comments
-
It's not available in the Pico W port. The urllib.parse library only works on the Unix port. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Programming a Raspberry Pi Pico W and I need to url encode the parameters. It does not seem to have access to the urllib module and urequests.request does not allow for the params parameter. does anyone have any suggestions?
Beta Was this translation helpful? Give feedback.
All reactions