Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

From the README:

So you might be wondering, hey, how did you make a javascript applet ping these arbitrary servers? What about cross-domain request protection?

Answer: I did it by just making the queries anyway, and seeing how long it takes to get the error message back that my request was refused because of cross-domain request protection. Yes, this results in an infinite number of error messages to your javascript console. Don't look at your javascript console and you'll be fine. Trust me on this.



it's not enough to just "not look at javascript console"

the connection has to go through HTTP (and not HTTPS) as GP states, if browser blocks requests




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: