WLAN hostname works with Windows clients, fails with iPhone and iPad #15842
Quadrangle
started this conversation in
General
Replies: 1 comment 1 reply
-
Have you looked into mdns names? That would be |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We created a wireless web server using Micropython v1.23 in an ESP32, using the WLAN class. For STA connections, we implemented hostname, allowing users to enter into browsers: “http://hostname”. Works beautifully with Windows PCs, but never on any iOS device. We went pretty deep into Apple tech support and they had no clue.
We’re thinking of implementing a static IP to work around this.
Any thoughts, hints or suggested will be appreciated!
Beta Was this translation helpful? Give feedback.
All reactions