Aws Http Api Gateway setup with CORS error fix using Angular

preview_player
Показать описание
This video has details on basic setup of http api of aws api gateway and how to fix the CORS error by setting up policy.
Рекомендации по теме
Комментарии
Автор

Had to log in to my YouTube account to comment, but wanted to say a big thank you for this amazing video! Saved me hours of time!

TomSheehy-yn
Автор

Omg after 5 days found this gem, its working thanks :)

john
Автор

Adding OPTION method really solved my CORS problem. I don't know why many people out there don't have any problem without the OPTION

francis
Автор

I love you so much I spend hours trying to figure out this

Slayersoft
Автор

Thanks, was stuck in this error you saved me out of this ❤🙏

praneethjain
Автор

Thank you so much! You solved my problem

dragusincristian
Автор

just to add a PS, editing the method type to 'ANY' instead of creating an 'Options' route will not help. This is what I tried as my endpoints would double. But I had to create the 'OPTIONS' method to make it work

pranavvohra
Автор

ty for the OPTIONS tip you saved me hours !!

Madgique
Автор

hey man, how can I do this with rest apis?

eduardolopes
Автор

It's not secure configurations!!!

DmytroPoliak