I have an angular application with 2 spring boot application: A and B
Actually angular call api from server A
I want to change that.
I would like angular do call api from server B and this last server call server A
If angular call
128.12.124.12/server_b/api
is there a way then server b call directly /server_a/api, without bring all endpoint, payload to server B.