Pretty cool to see HTML5 in action like this. It runs quite well and even though seemingly lacking in some functionality is one of the better terminal emulators I've seen in the browser. It'd be nice to see some additional utilities though, such as curl and lynx would be a nice meta-utility. ;)
It's because of cross-origin restrictions. Try http://enable-cors.org/ or the site itself. I guess they could use a proxy if they want it to work for every URL.
Comments
Pretty cool to see HTML5 in action like this. It runs quite well and even though seemingly lacking in some functionality is one of the better terminal emulators I've seen in the browser. It'd be nice to see some additional utilities though, such as curl and lynx would be a nice meta-utility. ;)
There's wget.
`wget` returns an error with every URL I try.
It's because of cross-origin restrictions. Try http://enable-cors.org/ or the site itself. I guess they could use a proxy if they want it to work for every URL.