• Arun pp
  • NEWBIE
  • 0 Points
  • Member since 2016

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 2
    Replies
Hi ,
I use an angular js app which is doing an ajax call on services/oauth2/token?code= endpoint but this fails and gives an error saying 
No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'https://sunsso6.cloud.pcftest.com' is therefore not allowed access.
And when i tried a CORS plugin this worked but checking out for an actual solution so that it works without CORS plugin in chrome browser.

regards
Arun
Hi ,
I use an angular js app which is doing an ajax call on services/oauth2/token?code= endpoint but this fails and gives an error saying 
No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'https://sunsso6.cloud.pcftest.com' is therefore not allowed access.
And when i tried a CORS plugin this worked but checking out for an actual solution so that it works without CORS plugin in chrome browser.

regards
Arun