Hi, I'm using nginx to offload https to http. That works well but in my backend only GET Requests seem to get through. For all POST, PUT and DELETE I only receive a Status 400 with conten "HTTP method POST is not supported by this URL". Has anybody experienced this before? Thanks Matthias