Hi,
In my Nginx environment, if I post to a URL that it handles and I set the request header If-Match, then it returns with: 412 Precondition Failed. I'm assuming this is normally the expected behavior. However, I want Nginx to ignore all headers and just pass them through. Any ideas how to do that?
Thanks
In my Nginx environment, if I post to a URL that it handles and I set the request header If-Match, then it returns with: 412 Precondition Failed. I'm assuming this is normally the expected behavior. However, I want Nginx to ignore all headers and just pass them through. Any ideas how to do that?
Thanks