How to handle route not found requests on a HTTPS server hosted on the ESP32.
ESP32 HTTPS server: Specifying HTTP response status code
How to specify the HTTP status code to be returned to clients from the routes of a HTTPS server hosted on the ESP32.
ESP32 HTTPS server: Handling multiple routes
How to setup a HTTPS server on the ESP32, with multiple routes.
Node.js: HTTP/2 server setup
In this tutorial we will check how to setup a very simple HTTP/2 server using node.js. We will be using the HTTP/2 module to setup the server and a web browser as client. Introduction In this tutorial we will check how to setup a very simple HTTP/2 server using node.js. We will be using the HTTP/2 …
ESP32 Arduino: HTTPS GET Request
The objective of this post is to explain how to perform a GET request over HTTPS using the Arduino core 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 perform a GET request over HTTPS using …
LinkIt Smart Duo: Sending HTTPS requests
The objective of this post is to test some HTTPS requests using the Requests library on the LinkIt Smart Duo. Introduction The objective of this post is to test some HTTPS requests using the Requests library on the LinkIt Smart Duo. We will use this website for testing the behavior of the library with invalid HTTPS …
Python anywhere: Forcing HTTPS on Flask app
The objective of this post is to explain how to force HTTPS on a deployed Flask application on pythonanywhere. Introduction The objective of this post is to explain how to force HTTPS on a deployed Flask application on pythonanywhere. As indicated here, there is SSL support even for free accounts. Here is an explanation on how we can …
Continue reading "Python anywhere: Forcing HTTPS on Flask app"