Search found 2 matches
- Fri May 24, 2024 1:38 pm
- Forum: ESP8266
- Topic: SoftAP - creating Web server
- Replies: 3
- Views: 4735
Re: SoftAP - creating Web server
Yes you are right its directing to static page if conditions wrong. But it wasnt like that before. This very same program was working before without problem. Maybe something changed about HTML protocol or cookies. Do you have any idea ? void generate_api_key() { sessioncookie = ""; for(int i = 0; i...
- Thu May 23, 2024 7:25 am
- Forum: ESP8266
- Topic: SoftAP - creating Web server
- Replies: 3
- Views: 4735
SoftAP - creating Web server
Hi, I have a program that used to work, but it no longer works the way I want it to. I am creating web server with Esp8266. After connecting Esp8266 normally when I open 192.168.6.1 needs to show me wifi page so I can enter my wifi name and password. It used to work this way but now it redirects me...