-
Hi Team We are implemented the Ocelot in dot net core project.. We are created the reroutes for two different kind of API's. While running the Ocelot with reroutes in my browsers it provide the expected result. We need to call the same Ocelot API gateway reroute URL from angular 7 project. Is it possible to call Ocelot API Gateway URL from Angular 7?Kindly help me on that.. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
you need configuration your stratup. additional cors configuration |
Beta Was this translation helpful? Give feedback.
-
Hi @Ramakrish!
Angular is front-end framework. Any front-end framework requires to deploy special type of BFF gateway which has special configuration and setup. |
Beta Was this translation helpful? Give feedback.
Hi @Ramakrish!
Hare Krishna! Hare Rama! 😄 Forever!
Angular is front-end framework. Any front-end framework requires to deploy special type of BFF gateway which has special configuration and setup.
In general Ocelot is good choice to deploy BFF gateway instance: we support main protocols:
http
+https
,ws
+wss
.We have some problems with OPTIONS and CORS policies, see #799. But we believe, experienced ASP.NET developer can solve these problems.