I created a very simple page for booking appointments. Everything works great except the appointment page where I use amelia plugin. It loads very slowly. I purchased the plugin yesterday.
Access to XMLHttpRequest at 'https://bookcrcrr.org/wp-content/plugins/ameliabooking/public/img/hourglass.svg' (redirected from 'http://bookcrcrr.org/wp-content/plugins/ameliabooking/public/img/hourglass.svg') from origin 'http://bookcrcrr.org' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
CORS is industry standard for accessing web resources on different domains. It is very important security concept implemented by web browsers to prevent Javascript or CSS code from making requests against a different origin.
Let’s consider this scenario:
You have link from Domain1 which is opened in browser and asking for a JavaScript file from Domain2.
Now your web browser makes call to Domain2.
If on Domain2, you have a policy to accept request like JavaScript or CSS from only Domain2 and ignore all requests from another domains, then your browser’s Domain1 request will fail with an error.
You can check on this link one of the solutions, but all is related to the CORS policy, so can you please contact your hosting provider about this because as I can see the CORS errors on other pages as well
I created a very simple page for booking appointments. Everything works great except the appointment page where I use amelia plugin. It loads very slowly. I purchased the plugin yesterday.
Please help.
HI Ahmet,
Thank you for your purchase.
I just checked this page https://bookcrcrr.org/bookyourtime/ and from my side it took like 2 sec to load the booking form.
Can you please tell me how long does it take on your side.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
I just tried and It didnt load.
You need to click on book an appointment link on the right to check it. It loads the folowing page and most of the time it doesnt load.
http://bookcrcrr.org/bookyourtime/
Hi Ahmet,
Ok now I can see this error:
Access to XMLHttpRequest at 'https://bookcrcrr.org/wp-content/plugins/ameliabooking/public/img/hourglass.svg' (redirected from 'http://bookcrcrr.org/wp-content/plugins/ameliabooking/public/img/hourglass.svg') from origin 'http://bookcrcrr.org' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
CORS is industry standard for accessing web resources on different domains. It is very important security concept implemented by web browsers to prevent Javascript or CSS code from making requests against a different origin.
Let’s consider this scenario:
You have link from Domain1 which is opened in browser and asking for a JavaScript file from Domain2. Now your web browser makes call to Domain2. If on Domain2, you have a policy to accept request like JavaScript or CSS from only Domain2 and ignore all requests from another domains, then your browser’s Domain1 request will fail with an error.
You can check on this link one of the solutions, but all is related to the CORS policy, so can you please contact your hosting provider about this because as I can see the CORS errors on other pages as well
Best regards.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Hi,
Thank you. I will contact them and leave a post here if I have a progress.