Copy link to clipboard
Copied
We have encountered problems when migrate our CFAJAX and CFCHART pages to work with Big IP and Reverse Proxies.
So the URL for our site is like this:
http://myapp.XXX.XXX.XXX/index.cfm
However the user uses different URL like this:
https://allapps.XXX.XXX.XXX/myapp/index.cfm
When user calls this URL, it will go through the Big IP and then the Reverse Proxy server. The RP server is handling Single Sign on for us.
We try to make our application especially those CFAJAX and CFCHART pages work without changing the code. So we have made configuration changes to the Big IP and the Revere Proxy server so that the reference to the CFIDE and scripts folder in the code: /CFIDE/scripts/… is directly pointing to http://myappIP/CFIDE/scripts/.... However, even though all the script files under CFIDE are accessible through this way, we are seeing some very weird 404 errors in HttpWatch like following:
404 not found https://myapp.XXX.XXX.XXX/CFIDE/scripts/ERROR
404 not found https://myapp.XXX.XXX.XXX/CFIDE/scripts/ajax/package/ERROR
I couldn’t find these ERROR files or folders anywhere under the CFIDE folder. Does Coldfusion generate them on the fly? Does anybody have a clue for this?
Any help is highly appreciated! Thanks!!
Copy link to clipboard
Copied
and that http became https automatically ?
I doubted that cf creates an error folder automatically, it could have been there before...
it could be the conf changes you had made. revert them back and see if that is the reason.
Get ready! An upgraded Adobe Community experience is coming in January.
Learn more