I make a simple API Gateway(REST api) to add file in s3 and it’s look like this
(https://i.sstatic.net/pBtC6nlf.png)
And it’s working on postman but when use with front-end it’s have CORS proxy. I try to fix like a normal one, but it’s still not work. I want to know that which path that i enabled CORS is different? I try enabled in “/” and “/{bucket}/{filename}” but still have the same error
i want to fix a normal cors proxy when use api-gateway
New contributor
Rulic lll is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.