How to disable TRACE/TRACK HTTP in JBoss Wildfly?
问题 I want to disable TRACE/TRACK HTTP methods in JBoss wildfly 8.1 at server level and not in web.xml. How do do it? 回答1: Thanks Federico Sierra for the reply. I have tried again, but it seems by default TRACE is not disabled. I am getting 200 OK status code. See below. # curl -k -v -X TRACE https://localhost:8443 --user admin:Password@123 * About to connect() to localhost port 8443 (#0) * Trying ::1... * Connection refused * Trying 127.0.0.1... * connected * Connected to localhost (127.0.0.1)