Search found 2 matches

by johannesl
Sat May 29, 2021 10:51 am
Forum: Programs, Libraries and Tools
Topic: Making HTTPS POST requests with basic auth
Replies: 3
Views: 3957

Re: Making HTTPS POST requests with basic auth

Happy to see this example was helpful! :-)

I just confirmed that the code from the above GitHub link works using the latest MicroPython 1.15.

What MicroPython version and architecture are you using?
by johannesl
Thu Apr 30, 2020 11:43 pm
Forum: Programs, Libraries and Tools
Topic: Making HTTPS POST requests with basic auth
Replies: 3
Views: 3957

Making HTTPS POST requests with basic auth

Hi everyone! I am fairly new to MicroPython but had great fun tonight playing around with it. The session resulted in a bit of source code for making HTTP POST requests to SSL URLs with support for Basic Auth and with the data sent as x-www-form-urlencoded. Anyone looking to do the same can find the...