Separate handling for request methods #1

Closed
opened 2024-10-30 15:47:22 +05:00 by MIRZAEV · 1 comment
Owner
  1. It is necessary to completely abandon $_REQUEST and replace it with $_POST, $_GET, $_DELETE, $_COOKIE
  2. It is necessary to implement a check for the "content-type" header in the POST request for the presence of the values ​​multipart/form-data or application/x-www-form-urlencoded

изображение

1. It is necessary to completely abandon `$_REQUEST` and replace it with `$_POST`, `$_GET`, `$_DELETE`, `$_COOKIE` 2. It is necessary to implement a check for the "content-type" header in the POST request for the presence of the values ​​`multipart/form-data` or `application/x-www-form-urlencoded` ![изображение](/attachments/f1a4ed0a-e996-48e9-b505-10030f6a9e10)
MIRZAEV self-assigned this 2024-10-30 18:15:34 +05:00
Author
Owner

resolved 6a4ea3f351

resolved https://git.mirzaev.sexy/mirzaev/minimal/commit/6a4ea3f35194b6b5714e661daa28daa779e796eb
MIRZAEV added the Important
Status
Confirmed
Suggestion
labels 2025-03-17 23:11:49 +05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: mirzaev/minimal#1