Hi,
Adding web.base.url.freeze in system parameter and setting the value as true should freeze the url.
In Settings->Technical settings->System parameters try to add the following
Key: web.base.url.freeze
Value: True
Regards
Hi,
Adding web.base.url.freeze in system parameter and setting the value as true should freeze the url.
In Settings->Technical settings->System parameters try to add the following
Key: web.base.url.freeze
Value: True
Regards
For best results you will add on entry to hosts file (/etc/hosts for Linux, %WINDIR%\system32\drivers\etc\hosts for Windows), like this:
myurl.com 127.0.0.1
And then set report.url to http://myurl.com:8069
The domain must be the same, otherwise you will get cross-site warnings and your pdfs will be broken.