As the title says. It works as expected in Chrome. When executed from a background script like await fetch(“http://192.168.x.x:xxxx/xxxx”), it automatically redirects to HTTPS and fails to load the page correctly, which is extremely annoying.
await fetch(“http://192.168.x.x:xxxx/xxxx”)
Does this fix the problem?
It worked!
Thank you so much!!!