Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
Change Flash Plugin URL
work_ph
Hi all,
how can I change the plugin url for flash from "http" to "https"?
codebase="
http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0"
;
to
codebase="
https://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0"
;
I want my web viewer to contain the "https" url in order to avoid the message:
"This page contains both secure and nonsecure items..."
which keeps popping up every time I click on my report.
Thank you for your help in advance!
kind regards
work_ph
Find more posts tagged with
Comments
work_ph
Is it possible that the link to the flash player is somewhere in a compiled class file?
It is possible to change the link at all?
kind regards
work_ph
work_ph
Hi all,
is it possible to change the links with the help of servlet filters?
I tried to add a filter that operates on the response but i always get the problems with the error: getOutputStream() has already been called...
it sounds logical as maybe some jsp is in charge of using the PrintWriter for sending the content to the browser.
What and where would be the best approach to change the http links to https???
An answer would be very buch appreciated!
Kind regards
work_ph