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
api-management-policy-snippets/examples/Call out to an HTTP endpoint and cache the response.policy.xml
Line 12 in 48b493c
It seems that this snippet:
context.Request.MatchedParameters.GetValueOrDefault("place=""") // fails with a missing comma.
whilst using it this way:
context.Request.MatchedParameters.GetValueOrDefault("place", "") // works without an issue.
The other parts where there is a variable with var="" under double quotes, the parser doesn't like much.
The text was updated successfully, but these errors were encountered:
Azure#57 Fix missing comma
82f5377
Azure#57 Really fix value issue
05a2c05
#57 Fix missing comma (#64)
642585c
No branches or pull requests
api-management-policy-snippets/examples/Call out to an HTTP endpoint and cache the response.policy.xml
Line 12 in 48b493c
It seems that this snippet:
context.Request.MatchedParameters.GetValueOrDefault("place=""") // fails with a missing comma.
whilst using it this way:
context.Request.MatchedParameters.GetValueOrDefault("place", "") // works without an issue.
The other parts where there is a variable with var="" under double quotes, the parser doesn't like much.
The text was updated successfully, but these errors were encountered: