Aws Http Api Gateway setup with CORS error fix using Angular

แชร์
ฝัง
  • เผยแพร่เมื่อ 9 ก.ค. 2023
  • 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.

ความคิดเห็น • 15

  • @praneethjain2243
    @praneethjain2243 11 วันที่ผ่านมา

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

  • @john9091
    @john9091 3 หลายเดือนก่อน +1

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

  • @user-xd6dj4uc8n
    @user-xd6dj4uc8n 7 หลายเดือนก่อน +1

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

  • @francis2451
    @francis2451 3 หลายเดือนก่อน

    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

  • @jonathanbradbury950
    @jonathanbradbury950 4 หลายเดือนก่อน +2

    You are a life saver

  • @howardqianranfu9823
    @howardqianranfu9823 3 หลายเดือนก่อน +1

    Life Saver Video!!! Thank you

  • @dragusincristian9986
    @dragusincristian9986 4 หลายเดือนก่อน +1

    Thank you so much! You solved my problem

  • @pranavvohra3889
    @pranavvohra3889 11 หลายเดือนก่อน +5

    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

  • @Slayersoft
    @Slayersoft 2 หลายเดือนก่อน

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

  • @robertodev2002
    @robertodev2002 4 หลายเดือนก่อน

    Thank you very much

  • @HarshitDaftary
    @HarshitDaftary 5 หลายเดือนก่อน

    Thanks it really helped me.

  • @lMagickl
    @lMagickl 9 หลายเดือนก่อน +1

    ty for the OPTIONS tip you saved me hours !!

    • @rameshl
      @rameshl 7 หลายเดือนก่อน

      Exactly!

  • @eduardolopes384
    @eduardolopes384 9 หลายเดือนก่อน

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