Issues consuming HTTP FastAPI from HTTPS-embedded widget (frontend fetch)

How can I make a frontend widget on HTTPS communicate with an HTTP FastAPI backend without CORS or mixed content issues?
I’m building a chatbot widget that’s embedded into a website served over HTTPS. The widget uses fetch from the fronten… Continue reading Issues consuming HTTP FastAPI from HTTPS-embedded widget (frontend fetch)