Simulating a remote website locally for testing
问题 I am developing a browser extension. The extension works on external websites we have no control over. I would like to be able to test the extension. One of the major problems I'm facing is displaying a website 'as-is' locally. Is it possible to display a website 'as-is' locally? I want to be able to serve the website exactly as-is locally for testing. This means I want to simulate the exact same HTTP data, including iframe ads, etc. Is there an easy way to do this? More info: I'd like my