Need to track an outgoing call to another server on prod
I am limited as to what i can do with the server, however i really need to verify that the code on a particular page is calling the right url into an iframe.
CF Server: Cold Fusion 11 (11,0,15,311399)
Web Server: IIS on Windows 2012 R2
I cannot do the following:
- turn on debugging
- modify the JVM
- install packet sniffers
- modify the code to write the log file directly
I've reviewed the most recent IIS and CF logs on my dev environment and i couldn't locate outgoing calls.
Can any of you recommend some other options? Is there a log level i might be able to turn on in CF that will capture this information? What about IIS?
Thanks
