APEX charts and reverse proxy (Houston we have a problem!!)
Hi:
Every url html code generated by apex uses relative path, instead of absolute path. Every... i mean every except Charts :)
Apex charts puts absolute url on code [shame on this! :) ] ... look:
< param name="movie" value="/i/flashchart/2DPie.swf?XMLFile=http://195.32.2.3:8080/apex/apex_util.flash?p=100 ...
so Houston, we have a problem!
I am using Apache reverse proxy to access Apex, and as you may know, reverseproxy techniques are not html parsers, but only url handlers! So everytime i want to access a chart I have this pretty beautiful error inside the flash object:
XML loading failed: http://195.32.2.3:8080/apex/_blah_blah_blah :)
Anyone can help?
Best Regards,
Joao Oliveira