I'm using version 4 on win 2003 server that is behing a Reverse Proxy.
The RP receive the request from the browser based on the domain and redirect the request to IIS private IP [192.168..]
The problem is that some part of the generated html use Request.Url to generate url but this url will point ot private ip and the browser won't load the file
This is very true for the Tiny editor and the modeles GzipModule
Any smart way to fix this? I tried to intercept the generation of the URl but it still create local url
Reverse Proxy and generated URL
Hi
I'm using version 4 on win 2003 server that is behing a Reverse Proxy.
The RP receive the request from the browser based on the domain and redirect the request to IIS private IP [192.168..]
The problem is that some part of the generated html use Request.Url to generate url but this url will point ot private ip and the browser won't load the file
This is very true for the Tiny editor and the modeles GzipModule
Any smart way to fix this? I tried to intercept the generation of the URl but it still create local url
thank you
Hi marco
I don't know if this applies to what you are doing, but I just researched a bit on how to intercept the links created in tinymce:
http://our.umbraco.org/forum/developers/extending-umbraco/4589-Overriding-umbraco-locallink-parser
Maybe that could get you started?
is working on a reply...