mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-04-22 22:22:52 +08:00

* hacked together load balancing reroutes in fileconfig * some renaming and refactoring * more renames * hacked away the old config json * test for issue 213 * renamed key * dont share ports * oops * updated docs * mvoed docs around * port being used
8 lines
363 B
ReStructuredText
8 lines
363 B
ReStructuredText
Not Supported
|
|
=============
|
|
|
|
Ocelot does not support...
|
|
|
|
* Chunked Encoding - Ocelot will always get the body size and return Content-Length header. Sorry if this doesn't work for your use case!
|
|
|
|
* Fowarding a host header - The host header that you send to Ocelot will not be forwarded to the downstream service. Obviously this would break everything :( |