http-trace

How to disable TRACE/TRACK HTTP in JBoss Wildfly?

时间秒杀一切 提交于 2019-12-24 03:01:39
问题 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)

How to disable TRACE/TRACK HTTP in JBoss Wildfly?

我与影子孤独终老i 提交于 2019-12-24 03:01:01
问题 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)