views:

31

answers:

0

Right now I have a rather annoying framework that requires a set of php/asp pages and a CGI executable to run. This thing is annoying enough to set up (licensing server, persistent processes, IIS configuration hell, etc) that it isn't practical to setup a local IIS server.

I am wondering if there is an easy way to proxy all requests of a sub directory to the existing website so I can easily run this thing locally and debug my portion of it. If I try running javascript against the frame I get permission denied with the javascript due to the browsers XSS protection. Another acceptable answer is how to bypass the XSS protection preferably on a per site basis for Firefox and IE7/8.