We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: