UnBlock mixed content in Next.js

294 views Asked by At

I request data from a http source and there is no way getting it from a https source. The problem is that every request gets blocked.

Is there a way to ALLOW mixed content in Next.js, using the fetch function with a descriptor in the option of the fetch request? btw I'm hosting it on vercel.com

0

There are 0 answers