php - 404 on request when session_id parameter is set

I've a weird problem here.
When I pass some parameters to my server like this, everything its going fine.
http://test.com/check.php?token=123456&name=abcde
But when I add a parameter called session_id I get a 404
http://test.com/check.php?token=123456&name=abcde&session_id=0
Even if the parameter starts with session_id like I get 404 too
http://test.com/check.php?token=123456&name=abcde&session_idorsomething=0
The test code on check.php is as simple as this:
<?php var_dump($_GET);
I'm on Apache with PHP 7.2
Any ideas?
Share solution ↓
Additional Information:
Link To Answer People are also looking for solutions of the problem: apache/2.4.52 (win64) openssl/1.1.1m php/8.1.2 server at localhost port 80
Didn't find the answer?
Our community is visited by hundreds of web development professionals every day. Ask your question and get a quick answer for free.
Similar questions
Find the answer in similar questions on our website.
Write quick answer
Do you know the answer to this question? Write a quick response to it. With your help, we will make our community stronger.