Problem Summary
From Redmine:
กด Published แล้วถูกบล็อคค่ะ
Root Cause Analysis
Cloudflare was blocked
From Redmine:
กด Published แล้วถูกบล็อคค่ะ
Cloudflare was blocked
Add cloudflare security rules
(
ip.geoip.country eq "TH"
and http.host in {"library.parliament.go.th"}
and http.request.method in {"POST"}
and (starts_with(http.request.uri.path, "/th/node") or starts_with(http.request.uri.path, "/en/node"))
)
Published and Save