Hi,
I have used birt viewer in my application. The application in the https. When i render the report from the application, the URL framed to run the report is like taking as "http" and the port as '80'. As shown below
"
http://****.yyyyyyyyy.zzz:80/birt"
As I run the application with https the birt viewer should get the protocol as "https" and as it is secured the port number should be '443'. For example its shown below
"
https://****.yyyyyyyyy.zzz:443/birt".
Due to this when I render the HTML report Im getting javscript error("constant.js is undefined" I suspect this error is due to following reason "it couldnt read the file using http since the application is running in https"). where as the other reports pdf,word,excel are able to generate.
Kindly let me know why the birt viewer is getting the protocol as "http" and port number as "80", even though i run the apllication with secured enabled (ie) through "https".
Regards,
S.Sandeep