I'm currently developing an AJAX application that retrieves data from a live website. Unfortunately, I am unable to replicate the entire application on my local environment at this time. In order to test whether the JavaScript code is functioning correctly, I need to find a way to bypass the same domain restriction in the browser without making alterations to the web server. Any suggestions would be greatly appreciated.
Thus far, I have attempted to modify the prefs.js
file in Firefox 2 and Camino as well as following the instructions provided in this link:
Thank you in advance.
Edit 04/29/2009 3:18pm:
I understand that using a proxy is a viable option. However, I am wondering if it is possible to find a solution using only Firefox (perhaps through an add-on)?