Amazon web services – How to make a request to HTTP API from HTTPS frontend?
I have a flask app hosted via AWS ECS which has an amazon generated url so I can't request an SSL certificate for it. I have a next js frontend hosted on vercel that cannot handle insecure requests. What are…