WPIntell

Source evidence

CORS issue

iPages – FlipBook Image & PDF Viewer · support · 2020-06-01T14:20:00+00:00

questionsentiment
mediumseverity
0.78relevance
2replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

6 / 13 rows with source links

46.2% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

7 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
tungstenx resolved
Good day, So I see it is a cors issue that I’m having, the site is on https but the call to load the pdf is done over http The page at 'https://www.___.co.za/resources/' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://www.___.co.za/wp-content/uploads/ipages_flipbook/18/config.json?ver=1590138489'. This request has been blocked; the content must be served over HTTPS. I’ve tried various suggestions but I can’t seem to fix this issue. Do you have any suggestions on how to fix it? This is for the Pro version. There are 4 possible solutions: 1) Setup redirection from HTTP to HTTPS – https://stackoverflow.com/questions/4083221/how-to-redirect-all-http-requests-to-https 2) Edit your .htaccess file and add the CORS section like below # BEGIN CORS <IfModule mod_headers.c> <FilesMatch “\.(jpg|png|json)$”> Header set Access-Control-Allow-Origin “*” </FilesMatch> </IfModule> # END CORS 3) Edit your WP settings 4) Try to use the “SSL Insecure Content Fixer” plugin if you use HTTPS Hi – I’m getting: Failed to load a config file “ https://www.[mysite.com]/wp-content/uploads/ipages_flipbook/1/config.json?ver=1584421335” ; This happens in Chrome and Safari, but not in Firefox. I’ve checked to make sure the https settings match in WP. I added the CORS bit to the htaccess file. And I added the SSL Insecure Content Fixer plugin. No go. Looking for the error in Google, it seems a number of sites running iPages have been affected.

Comments

2 shown
Avirtum 2020-06-02T12:21:00+00:00

There are 4 possible solutions: 1) Setup redirection from HTTP to HTTPS – https://stackoverflow.com/questions/4083221/how-to-redirect-all-http-requests-to-https 2) Edit your .htaccess file and add the CORS section like below # BEGIN CORS <IfModule mod_headers.c> <FilesMatch “\.(jpg|png|json)$”> Header set Access-Control-Allow-Origin “*” </FilesMatch> </IfModule> # END CORS 3) Edit your WP settings 4) Try to use the “SSL Insecure Content Fixer” plugin if you use HTTPS

sdutton 2020-08-23T02:34:00+00:00

Hi – I’m getting: Failed to load a config file “ https://www.[mysite.com]/wp-content/uploads/ipages_flipbook/1/config.json?ver=1584421335” ; This happens in Chrome and Safari, but not in Firefox. I’ve checked to make sure the https settings match in WP. I added the CORS bit to the htaccess file. And I added the SSL Insecure Content Fixer plugin. No go. Looking for the error in Google, it seems a number of sites running iPages have been affected.