You are not logged in.
I've been thinking about this for quite a long time now and all my test runs have failed due to browser/Javascript security restrictions (specifically, sending cross-domain requests).
Is there any way to hack around those restrictions so that I could create a simple HTML page w/ Javascript and use AJAX (jQuery) to send commands to the server (TCP) and receive responses?
My current problem is that AJAX does not receive any response from my server (localhost).
P.S. No examples because the language doesn't matter. This is strictly related to Javascript/browser, not the app itself.
UPDATE: Found a server-side solution to make this possible. Up and running!
Last edited by Predator (2013-05-13 21:06:20)
Offline