T
Tony Marston
I have a demo application on my website at http://www.radicore.org/demo.php
in which at HTML is built using XSL transformations. The page contains 2
links:
http://www.radicore.org/demo/menu/logon.php for server-side transformations
http://www.radicore.org/demo/menu/logon.php?csxslt=on for client-side
transformations
The first page is a login page which has to be run via a secure server, so
it issues a redirect to
https://rocket.secureguards.com/~radicore/demo/menu/logon.php
If the logon credentials are correct the logon page redirects to
https://rocket.secureguards.com/~radicore/demo/menu/menu.php, but as this
does not require a secure server it is immediately redirected to
http://www.radicore.org/demo/menu/menu.php Unfortunately when trying to
display this menu page all I se is the following error:
The XML page cannot be displayed
Cannot view XML input using style sheet. Please correct the error and then
click the Refresh button, or try again later.
Access is denied. Error processing resource
'https://rocket.secureguards.com/~radicore/demo/menu/logon.php'.
The URL being show is http://www.radicore.org/demo/menu/menu.php and not
logon.php. Also, when using the "view source" option I can see the entire
XML document which is perfectly valid. This is strange as the "view source"
option normally does not work after the client-side XSL transformation has
been performed.
If I tell my application not to use a secure server then it can move from
logon.php to menu.php without any problems.
This error only occurs with IE and not FireFox, so it is an IE problem.
Does anyone have any clues?
in which at HTML is built using XSL transformations. The page contains 2
links:
http://www.radicore.org/demo/menu/logon.php for server-side transformations
http://www.radicore.org/demo/menu/logon.php?csxslt=on for client-side
transformations
The first page is a login page which has to be run via a secure server, so
it issues a redirect to
https://rocket.secureguards.com/~radicore/demo/menu/logon.php
If the logon credentials are correct the logon page redirects to
https://rocket.secureguards.com/~radicore/demo/menu/menu.php, but as this
does not require a secure server it is immediately redirected to
http://www.radicore.org/demo/menu/menu.php Unfortunately when trying to
display this menu page all I se is the following error:
The XML page cannot be displayed
Cannot view XML input using style sheet. Please correct the error and then
click the Refresh button, or try again later.
Access is denied. Error processing resource
'https://rocket.secureguards.com/~radicore/demo/menu/logon.php'.
The URL being show is http://www.radicore.org/demo/menu/menu.php and not
logon.php. Also, when using the "view source" option I can see the entire
XML document which is perfectly valid. This is strange as the "view source"
option normally does not work after the client-side XSL transformation has
been performed.
If I tell my application not to use a secure server then it can move from
logon.php to menu.php without any problems.
This error only occurs with IE and not FireFox, so it is an IE problem.
Does anyone have any clues?