Allow Dashboard access
Please create a Cloudflare Firewall Rule to allow API traffic for OJS.
Go to Cloudflare Dashboard → Security → WAF → Firewall Rules.
Click Create a Firewall Rule.
Name it: Allow OJS API.
In the Expression Editor, paste this exactly:
(http.request.uri.path contains "/index.php/index/api/v1/")
Action: Allow.
Save and deploy.
1
vote