I have target end points in below format -
https://abc.efgh/api/{id}/dept1
https://abc.efgh/api/{id}/dept2
https://abc.efgh/api/{id}/dept3
Do I need to create one proxy for all the endpoints or one proxy per endpoint !?
Most importantly, how do you recommend I map the path variable {id} in the proxy. Edge application does not support path variable in the base path while creating a reverse proxy !
Support is much appreciated.
Thank you
Nikhil C R