Blocked loading mixed active content (by JQuery)

Discussions about CSEntry
Post Reply
Webexplr
Posts: 8
Joined: June 12th, 2023, 4:08 am

Blocked loading mixed active content (by JQuery)

Post 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
Attachments
e1.png
e1.png (48.76 KiB) Viewed 1183 times
savy
Posts: 163
Joined: December 27th, 2012, 1:36 pm

Re: Blocked loading mixed active content (by JQuery)

Post 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.
Post Reply