I'm currently trying to host my website on my University's server and it's served as https when I access it however the RSS content within my website doesn't show when being hosted on the University server because the referencing RSS feeds which use http.
The error I'm currently getting is the following:
Mixed Content: The page at '<uni website address>' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://rss2json.com/api.json?rss_url=http%3A%2F%2Ffeeds.feedburner.com%2Fdaily-express-news-showbiz'. This request has been blocked; the content must be served over HTTPS.
Is there any way I can get the http content to work on the https website?
I'm unable to change any server settings just in case anyone suggests that as a solution.
I've also checked this question a similar question which didn't help me with my issue: Dealing with HTTP content in HTTPS pages
The reason the accepted answer didn't help me was because I didn't know how to rewrite the URL like they suggested or where to include the creation of a proxy page / servlet (and how to create them).
An example of one of the http URL's I'm using is
http://rss2json.com/api.json?rss_url=http%3A%2F%2Ffeeds.bbci.co.uk%2Fnews%2Fworld%2Frss.xml