Page 1 of 1

Blocked loading mixed active content (by JQuery)

Posted: June 25th, 2023, 10:24 pm
by Webexplr
why do all ajax calls on CSWeb use HTTP, while the CSWeb on my server itself is accessed using HTTPS?
How can I force CSWeb ajax to only use https?
This caused "Blocked loading mixed active content" on Firefox, and all ajax cannot be processed, i.e. The users and roles page cannot show all users already on the system, cannot create new.
Screenshot attached

Re: Blocked loading mixed active content (by JQuery)

Posted: June 27th, 2023, 5:11 pm
by savy
In \csweb\src\AppBundle\config.php file, check if API_URL is pointing to your https csweb endpoint and change it. Once you make the changes and save, delete the contents of csweb\var\cache folder.