You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
ESP32cam webserver works on the local network.
Trying to use it with DNS, I get the menu, can take a still picture, but when trying to stream, I receive an error :
Access to image at 'http://streamingport /' from origin 'http://xxx.ddns.yyy:menuport' has been blocked by CORS policy: The request client is not a secure context and the resource is in more-private address space private.
I assume I need to add https , but cannot find any example for esp32cam...... where to find it ?
regards
Ludo
The text was updated successfully, but these errors were encountered:
Patsjemoe
changed the title
ESP32cam DNS error due to http not secure
ESP32cam DNS streaming error due to http not secure
Nov 21, 2021
I am surprised that all ESP32cam examples are NOT-HTTPS, specially in these days where security is important, it would be nice to have an example of the webserver with HTTPS. All applications can be hacked with http only....
Hi,
ESP32cam webserver works on the local network.
Trying to use it with DNS, I get the menu, can take a still picture, but when trying to stream, I receive an error :
Access to image at 'http://streamingport /' from origin 'http://xxx.ddns.yyy:menuport' has been blocked by CORS policy: The request client is not a secure context and the resource is in more-private address space
private
.I assume I need to add https , but cannot find any example for esp32cam...... where to find it ?
regards
Ludo
The text was updated successfully, but these errors were encountered: