tayfunulu / WiFiManager

WiFi manager for ESP8266 - ESP12 - ESP32 - micropython
MIT License
345 stars 104 forks source link

Fix parameters in Safari on macOS and iOS #26

Closed ColinNg closed 1 year ago

ColinNg commented 3 years ago

The fix is to read the form data which appears after \r\n\r\n (HTTP POST data was verified with WireShark).

ColinNg commented 3 years ago

This is a fix for https://github.com/tayfunulu/WiFiManager/issues/9

I apologize I don't know how to tag an Issue number in my commit, so I reference it now in a PR comment.

fluviusmagnus commented 3 years ago

Thanks. This fix is really helpful.