Config: Unknown transform: HttpMethod;Set #1262
-
Hi - I'm sure this is a misunderstanding on the config setup, but is this a valid transform? "Transforms": [ reference: https://microsoft.github.io/reverse-proxy/articles/transforms.html#httpmethod I'm getting the below when inserting the above. If I just use something like { "PathRemovePrefix": "/api" } it's fine. System.InvalidOperationException Inner Exception 2: Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
@pcfco-kmason This looks like a problem with docs. Try "Transforms": [
{
"HttpMethodChange": "POST",
"Set": "GET"
}
] |
Beta Was this translation helpful? Give feedback.
@pcfco-kmason This looks like a problem with docs. Try
HttpMethodChange
instead ofHttpMethod
.