I have production server say ServerA in which I have deployed my angular application. I am deployed it in Tomcat . Now I have another server which is serving backend calls say ServerB now when my angular application running on ServerA makes calls to ServerB. It is giving CORS issue.
Please note:- I am using https protocol
Any Idea how to make such calls