Hi,
I'm using OpenResty Nginx as proxy server with waf.
In some reason blocks request POST that look like:
https://jenkins-auto.90min.com/$stapler/bound/36b9b4f5-2a58-474c-826c-b9a5aa7dcde8/render
There is nothing in logs of waf. The only error I found, it's:
199.203.151.53 - - [24/May/2017:13:39:12 +0000] "POST /$stapler/bound/36b9b4f5-2a58-474c-826c-b9a5aa7dcde8/render HTTP/1.1" 403 577 "https://jenkins-auto.90min.com/job/my_test/configure" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36" "-"
in Nginx access log.
I can't figure out, why Nginx giving me this error.