[RM-32489]: <NALT Web> ตรวจสอบและแก้ไขการเพิ่มข้อมุลใหม่ เนื่องจาก กด Published แล้วถูกบล็อค

Viewed 2

Problem Summary

From Redmine:
กด Published แล้วถูกบล็อคค่ะ


Root Cause Analysis

Cloudflare was blocked

1 Answers

Solution / Workaround

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"))
)

Verification Steps

  1. Go to Node
  2. Edit --> mark Published and Save
Related