|
|
|
|
|
by byoung2
4947 days ago
|
|
Conceptually, I don't think it's possible with HTML5. Eventually, the browser is going to open a connection to the resource, and then the user can see it in FireBug. You could hide it with Flash, but you'd have other problems with compatibility on mobile devices. You might be able to do it with a proxy too, but then the proxy would be visible. Not sure if that suits your needs. |
|