Open juliofuentescerrada opened 4 years ago
Hi Colin, Thank you very much for this awesome tool set. However I'm struggling with an issue regarding JSON tokenization.
Given this settings file: ocelot.json
"ReRoutes": [ { "DownstreamPathTemplate": "/api/{everything}", "DownstreamScheme": "http", "DownstreamHostAndPorts": [ { "Host": "localhost", "Port": 80 } ], "UpstreamPathTemplate": "/api/{everything}", "UpstreamHttpMethod": [ "Get", "Post" ] } ], "GlobalConfiguration": {} }
When I run the tokenize file task in my pipeline I get the following output:
I've debugged the task code and it seems to be working fine but somehow it doesn't during the pipeline execution.
I'm running into the same issue. Does anyone know if this project is still maintained? Last activity by the owner was 14 months ago.
Hi Colin, Thank you very much for this awesome tool set. However I'm struggling with an issue regarding JSON tokenization.
Given this settings file: ocelot.json
When I run the tokenize file task in my pipeline I get the following output:
I've debugged the task code and it seems to be working fine but somehow it doesn't during the pipeline execution.