url POST 不像 GET 動作在 access_log 裡可以看到完整的 request 是什麼
所以用 tcpdump 來查看,如下
tcpdump -s 0 -A 'tcp dst port 80 and (tcp[((tcp[12:1] & 0xf0) >> 2):4] = 0x504f5354)'
url POST 不像 GET 動作在 access_log 裡可以看到完整的 request 是什麼
所以用 tcpdump 來查看,如下
tcpdump -s 0 -A 'tcp dst port 80 and (tcp[((tcp[12:1] & 0xf0) >> 2):4] = 0x504f5354)'
留言