0
点赞
收藏
分享

微信扫一扫

Disable HTTP TRACE/TRACK method

add the following RewriteCond to the httpd.conf

RewriteEngine on
RewriteCond %{REQUEST_METHOD} ^(TRACE|TRACK)
RewriteRule .* - [F]

 

Restart the httpd service

systemctl restart httpd

 

Verify the

curl -v -A cUrl -k -X TRACK http://ol7-olvm

Disable HTTP TRACE/TRACK method_track

举报

相关推荐

0 条评论