The objective of this post is to explain how to send a HTTP GET request using basic authentication on the Arduino core running on the ESP32. The tests of this ESP32 tutorial were performed using a DFRobot’s ESP-WROOM-32 device integrated in a ESP32 FireBeetle board. Introduction The objective of this post is to explain how to send a HTTP GET …
Flask: Basic authentication
In this Flask tutorial, we will check how to get the username and the password from a HTTP request made to a Flask server with basic authentication. Introduction In this Flask tutorial, we will check how to get the username and the password from a HTTP request made to a Flask server with basic …