logoalt Hacker News

NoahZunigalast Wednesday at 4:31 AM1 replyview on HN

This is not unique to WebRTC. The same result could be achieved by sending a http request to localhost. The only difference in this case is that using WebRTC doesn't log a http request


Replies

codedokodelast Wednesday at 7:11 AM

The browser could refuse to connect to localhost. I think there are browsers that refuse (i.e. to prevent attacking a router config interface).

show 1 reply