We generally run our cloud apps on AWS but due to the needs of a FIPS 140-2 compatible HSM (Azure KeyVault) we are standing up a standalone api in Azure to satisfy the requirement. I don’t want to disrupt the topology of our current api’s, so i thought the ProxyFeature would be the right tool to implement. However, I am getting a “ERR_INVALID_CHUNKED_ENCODING” response when attempting to use it.
I’ve looked into the issue without resolution
through this eventing before coming here but here is the explanation,
We have servicestack api’s running on AWS Lambda. I implemented the following ProxyFeature setup:
I’ve been investigating this a bit further and found that I get INVALID_CHUNKED when I test against ES 5.5.1, but when I test against 6.2.4 it works correctly.
I’m not sure if this is ES doing something out-of-spec, or if this is just an edge case.
I’ve made sure to flush my local cache, cleaned the project and deleted the content of the packages directory. When I do a rebuild I see all the packages downloaded from MyGet. The project builds correctly, but I still see the same behavior.
We’ve tested this on two computers at my office with the same effect.
Is this something to do with base configuration from the “ASP.NET Empty” template?
ok looks like it was a case-insensitive issue resolved with this commit. So should work if with the latest v5.1.1 NuGet packages on MyGet after clearing your existing NuGet package cache.