javascript - Firefox 3: Enable AJAX to localhost from outside domain -
I am running an HTTP server on my development machine. I have a website on the Web server on the Internet, how can I get the communication from Firefox to this website temporarily on localhost
?
Thank you, Isaac Waller
The approach I use in this situation is the host- The file entry mapping is to put localhost in the subdomain of the target internet site.
Comments
Post a Comment