For example, this request in the access_log:
xxx.xxx.xxx.xxx (xxx.xxx.xxx.xxx) - - [31/Jan/2019:16:19:24 +0100] "POST /ppt/index/result/id/2000000169/ HTTP/1.1" 302 - "-" "Java/1.7.0"
How come that it looks like it never gets to the application. I have put some logs in the application but it never gets fired. Same URL but with a GET request it goes through
So, what could it be? Could apache just negate POST resquests because of some configuration?