Close

Remote Access

A project log for $7 ESP32 CAM example expanded

A proper implementation of a ESP32 CAM webserver; based on the Espressif example, but extended for real-world use

owenOwen 11/20/2019 at 14:330 Comments

There is something weird happening when I try and proxy through Apache to the cameras (or remote (*) access  I get:

Header fields are too long for server to interpret

 This is coming from the ESP itself; needs more debug.

 https://github.com/espressif/arduino-esp32/issues/2983

(*) A simple http proxy with basic authentication enabled, it works for some other tools including a ESP32 based CNC controller, but not for this. Strange.

Discussions