logoalt Hacker News

JimDabelllast Tuesday at 2:22 PM1 replyview on HN

> What even is a legitimate use case for an app starting a local web server?

There are apps on iOS that act as shared drives that you can attach via WebDAV. This requires listening on a port for inbound WebDAV (HTTP) requests.


Replies

codedokodelast Wednesday at 7:28 AM

They don't need to listen on localhost though.