Ocelot microgateway hosted in IIS

Solution 1:

It appears that the configuration you have used is redirecting the request to the gateway itself, resulting in a circle.

i.e. the upstream call to the base URL of "localhost:443" is redirecting to the downstream "localhost:443" - the same.

Furthermore, the later versions of Ocelot appear to look for Routes in the configuration instead of ReRoutes documentation