Can I create a custom report with the HTTP Method used?

Avatar
  • updated

Hi all, 

I am trying to create a table with the HTTP method used out of the hits. Like I want to see a table with a total of hits and from that total how much were GET/POST/PUT and so on. 

Is that possible to accomplish? The data is there on the access.log file as can be seen below:

"[07/May/2023:01:05:19 -0300]" "20.201.121.78" "GET / HTTP/1.1" "200" "15903" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36 Edge/80.0.361.66" "TLSv1.2" "ECDHE-RSA-AES256-GCM-SHA384" "0" "48560"


"[06/May/2023:08:53:19 -0300]" "200.219.243.171" "POST /age_marcar_selecao_aba.php HTTP/1.1" "200" "130515" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36" "TLSv1.2" "ECDHE-RSA-AES256-GCM-SHA384" "0" "381953"

Any insight is appreciated. 


Cheers.

Avatar
Michael

Unfortunately the program doesn't support creating a table by method data, it only allows you to create a filter by method.

Avatar
denis couto

Hi Michael, no worries, fair enough. Thanks for getting back to me.