CORS policy in Pega

Поделиться
HTML-код
  • Опубликовано: 14 янв 2025

Комментарии • 6

  • @neerajnaidu3859
    @neerajnaidu3859 Год назад +1

    Learned new concept....thanks Prem

  • @AshutoshKumar-bd7hf
    @AshutoshKumar-bd7hf 5 месяцев назад

    Awesome thank you so much sir.

  • @glkrr
    @glkrr Год назад

    Good content

  • @muninagesh7281
    @muninagesh7281 Год назад

    Hi Pream Kumar
    Can you explain Cookie Monster in Pega

  • @JunicaviGames
    @JunicaviGames 10 месяцев назад

    Hi
    I've added the CORS policy to my service (It's a REST service)
    The URI path that I've added to the Endpoint-CORS policy mapping looks like this:
    api/GetPendingApprovalsByUser/1/GetPendingApprovalsREST/
    But when I'm calling it using FETCH on JS code, it shows the "Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource" error message
    Something that I'm doing wrong here?