Redirect HTTP requests to HTTPS ?
Posted: Fri Jun 14, 2019 7:14 pm
Hello,
I was developing a project recently which makes use of a http webserver and a wifi soft ap.
Now the project needs to support HTTPS. I was playing with an https server example project so far and noticed
that (on the client side) I have to type https:// manually every time when I want to call the server handlers.
Is there a way to implement a mechanism which will redirect all incoming http on the ESP32 side to HTTPS ?
I'll appreciate any help.
Thanks for the support.
I was developing a project recently which makes use of a http webserver and a wifi soft ap.
Now the project needs to support HTTPS. I was playing with an https server example project so far and noticed
that (on the client side) I have to type https:// manually every time when I want to call the server handlers.
Is there a way to implement a mechanism which will redirect all incoming http on the ESP32 side to HTTPS ?
I'll appreciate any help.
Thanks for the support.