[Webkit-unassigned] [Bug 140856] [enh] Support HTTP over Unix sockets via http://localhost:[/tmp/socket]/foo convention.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jan 24 09:24:39 PST 2015


https://bugs.webkit.org/show_bug.cgi?id=140856

--- Comment #2 from Kelly Price <bugs at stalag99.net> ---
This is mainly just to get a de-facto standard in place (I'm kinda scared about pushing out an IETF RFC draft), but can be useful for when the browser and server are on the same machine (a unconnected kiosk where TCP/IP is badly configured, for instance).  As a proof of concept I'm working on a refreshing display of LOLcats collected from Cheezburger.com and stored locally (curated content) on a Raspberry Pi.  (Yeah, I can just do TCP/IP, but then that gets into security sensitive issues for some places.)

Since Unix sockets cannot be accessed over TCP/IP (they are by definition machine only) the only security issue is how the server is (mis)configured (and thus out of scope for this enhancement).

The real use case is over on PHP (and yes, I've filed a bug over there as well as with Chromium and Mozilla) where services that are not exposed on any TCP/IP port can be accessed by a PHP process with native commands.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150124/11941c6f/attachment-0002.html>


More information about the webkit-unassigned mailing list