I have flutter app which is working ok in android and ios device.
Now I am trying it on web. But I'm getting mixed content error.
Error
Mixed Content: The page at 'https://myhostingweb.com/#/' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://mybackendrequestweb.com/some.php'. This request has been blocked; the content must be served over HTTPS.
I tried some solution, but nothing work. I'm using for http request dio library
Please help. Thanks in Advance.