CORS preflight check Error with iframe in react and ASP.Net iframe Service
I have a Next.js application running locally on http://localhost:3000/
and a Java backend on http://localhost:8080/
. I also have a text Editor service running on https://localhost:44349
, and this text Editor service is embeded in my Nextjs application using iFrame.
CORS preflight check Error with iframe in react and ASP.Net iframe Service
I have a Next.js application running locally on http://localhost:3000/
and a Java backend on http://localhost:8080/
. I also have a text Editor service running on https://localhost:44349
, and this text Editor service is embeded in my Nextjs application using iFrame.