Search found 2 matches

by jneumann
27 Jan 2022, 14:47
Forum: ESP Easy: Projects / Applications
Topic: html request to apache server with php sript via generic html
Replies: 3
Views: 7096

Re: html request to apache server with php sript via generic html

That redirect is pushing ESPEasy to the https:// endpoint. That's not going to work, currently (SSL/TLS support is still being worked on, though currently only for MQTT, HTTPS is planned). That's it! No problem, i separate frontend and backend now with virtual servers and use a key to secure backen...
by jneumann
27 Jan 2022, 13:20
Forum: ESP Easy: Projects / Applications
Topic: html request to apache server with php sript via generic html
Replies: 3
Views: 7096

html request to apache server with php sript via generic html

I want to send data via controller (generic http) to my internet server with apache 2. There is no problem to send data via browser e.g. "mydomain.de/sensor.php?valuename=test&value=17". Apache access log shows 109.40.241.55 - - [27/Jan/2022:13:01:39 +0100] "GET /sensor.php?valuen...