Microservices architecture, as you know with Microservices mostly we need an Api Gateway,Ocelot for that purpose.ocelot.json:Ocelot has a feature to tell it to automatically re-route /ExpenseService/api/Categories/{verb} to /api/Categories/{verb}./ExpenseService/api/Categories/{everything} to /api/Categories/{everything}, but not working.