Come posso proteggere il mio account dai TRACE request attacks?
Per proteggere il tuo account dagli attacchi HTTP TRACE request, puoi aggiungere questo comando al tuo file .htaccess:
RewriteEngine On
RewriteCond %{REQUEST_METHOD} ^TRACE
RewriteRule .* - [F]
Puoi modificare il tuo file .htaccess, utilizzando Gestione File nel Site Tools.