Ocelot/test/Ocelot.AcceptanceTests
Tom Pallister 9ba57f8ba6
Make Ocelot not add forward slash to downstream url (#158)
* removed code where we add a trailing slash as this means if we request /1.txt/ instead of /1.txt then some servers will not return the resource at /1.txt. After reading up it seems if you dont have a trailing slash then its a file, if you do then its a resource

* test for 145

* removed unused code

* fix broken build..my bad
2017-11-19 21:01:54 +00:00
..
2017-11-02 12:03:32 +00:00
2017-10-12 19:03:20 +01:00
2017-11-14 22:41:21 +00:00