An example scenario is using Fiddler to redirect a web application to use a locally running API instead of the server API. The web application needs CORS support on the API and the locally running API cannot provide such. 

This is where the ability to simulate CORS support would come in handy.