SW is not working in HTTP. #274
Unanswered
aravindkumarlotus
asked this question in
Q&A
Replies: 1 comment
-
the problem is that service worker is only able to be installed in secure contexts. eg localhost, 127.0.0.1 or 0.0.0.0 is also considered as secure cuz they are local so this is unfortunately not possible |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm trying to host a demo project with HTTP, but the Service Worker is not getting registered. if I host it in Https, the files are downloading but only accepting assets with HTTPS URLs, not HTTP. can you please advise how to move forward on this?
Beta Was this translation helpful? Give feedback.
All reactions