I am calling a POST api to jicofo endpoint.
url: http://xxx.xx.xx.xxx:8888/sendChat
and in Jicofo resr services I’ve added this API handler, it is working when I am testing out in Postman. But when inside the jitsi client end I am requesting this url, Browser is not allowing as http is requested from https.
Mixed Content: The page at ‘https://xxxxxx’ was loaded over HTTPS, but requested an insecure resource ‘http://xxx.xx.xx.xxx:8888/sendChat’. This request has been blocked; the content must be served over HTTPS.
So how can I bypass this block without changing browser settings? Or how can I add a https Jicofo rest API endpoint?