I am currently working on a project that consists of a VueJs app with a Laravel backend serving as the API.
While testing the app locally, everything works smoothly with the Https protocol. However, upon deploying it to the production server, I encountered the error message
Requested an insecure XMLHttpRequest endpoint
.
My server is hosted on Digital Ocean, managed by RunCloud, and SSL has been successfully implemented using LetsEncrypt.
You can access the live application here:
It is important to note that there is currently no authorization implemented for API requests.
I would greatly appreciate any advice or guidance on how to resolve this issue. Thank you in advance!