Restrict GET method to /antibot routing

Created on 17 March 2025, 20 days ago

Problem/Motivation

Per New Relic report, I identified a PHP error

Allowed memory size of 536870912 bytes exhausted (tried to allocate 262144 bytes)

Probably it is a hack attack trying to freeze the server via massive post submission.

Steps to reproduce

Send a post submission to /antibot path.
It doesn't make sense to allow the POST method.

Proposed resolution

Restrict /antibot to allow only GET method.

🐛 Bug report
Status

Active

Version

2.0

Component

Code

Created by

🇧🇷Brazil jkamizato

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024