Y
Hacker News
new
|
ask
|
show
|
jobs
by
vaylian
297 days ago
I see. So the website would try to access private IP adresses (RFC 1918) by having elements like <iframe src="
http://10.0.0.1
"> in the web site and then the web site would check if the iframe was loaded successfully?
1 comments
Delk
297 days ago
It could also just try making the request with javascript. Or try a websocket connection.
link