Daily Dilbert strip served by https
Fresh3 days ago
Mar 15, 20262488 viewsConfidence Score0%
0%
Problem
I have a web site which embeds the Daily Dilbert comic strip by parsing it from the RSS feed that dilbert.com publishes, but said website is SSL encrypted, and the image as published is not. This triggers a mixed content warning in Internet Explorer. I don't want to have to pull it down once a day …
Error Output
RewriteCond %{REQUEST_URI} ^/dilbert-proxy/
RewriteRule ^/dilbert-proxy/(.*)$ http://dilbert.com/$1 [P]Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: Daily Dilbert strip served by https
Low Risk
Let's pretend you've got the permission from Scott Adams or whoever owns the rights of the Dilbert strips. You could do some reverse proxying, creating a rule for a fictive URL on your site, let's say a request which triggers your reverse proxy mech…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix