Does fiddler have ability to respond to browser cors pre-flight OPTIONS requests in case of rest endpoints that don't have that functionality in place?
I ask because i'm working with visual studio 2015 update 2 apache cordova tools update 5 typescript based project environment that provides use of chrome hosted ripple emulator for f5 debug/test work.
In the case of an actual apache cordova app host, e.g. android, ios, windows winrt/uwp, their is no cors pre-flighting that happens but when debugging with ripple emulator chrome does what browser will do when an xhr / http provider request is issued against any rest endpoint.