Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interactive report javascript error due to proxy

507803Mar 7 2008 — edited Nov 11 2009
Trying out APEX 3.1 and I'm in an environment where the users access the app via a security proxy. This renames the server, so, for example, for my flash charts to work, I have to change the region source to replace #HOST# with https://www.securityproxy.com/myapp/
It seems like this same problem is happening with the javascript on the interactive reports; I get a syntax error when I try to do anything on an interactive report that goes through the security proxies, but not if I am accessing the server directly (which is not allowed).
Is there something I can do about this? Should I be somehow substituting the #HOST# value in my app? I tried using the application definition substitution strings (substitution string = HOST and substitution value = https://www.securityproxy.com/myapp/), but this didn't work for the flash charts (I didn't try for interactive reports).
Thanks, -w
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 9 2009
Added on Mar 7 2008
27 comments
3,321 views