CORS policy in Pega

Поделиться
HTML-код
  • Опубликовано: 28 авг 2024
  • 👉 Pega Masterclass knowledge sharing- 57+ hours of video tutorials covering different pega topics (both beginner and advanced)
    👉 Pega Constellation knowledge sharing - 12.5+ hours of video tutorials covering the topics around Pega UI evolution primarily focussed on Constellation
    Course landing page - www.myknowacad...
    For any questions, please drop an email 📧 to pegaknowledgesharing@gmail.com
    #myknowpega

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

  • @AshutoshKumar-bd7hf
    @AshutoshKumar-bd7hf Месяц назад

    Awesome thank you so much sir.

  • @neerajnaidu3859
    @neerajnaidu3859 10 месяцев назад +1

    Learned new concept....thanks Prem

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

      You are welcome 😊

  • @glkrr
    @glkrr 11 месяцев назад

    Good content

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

    Hi Pream Kumar
    Can you explain Cookie Monster in Pega

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

    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?