A Issue raised to change HTTP version 1.1 only in web server configuration. I am using wildfly 10 as my server. I have tried using connector varible but it is not allowed in wildfly 10 so help me out with this.
Asked
Active
Viewed 630 times
0
-
Is server is using HTTP 2 also ? – Atul Sharma Jul 24 '18 at 08:49
-
No, currently all request are sent with HTTP 1.1 – Karthik P Jul 25 '18 at 07:24
-
1Then, what you need to change ? – Atul Sharma Jul 25 '18 at 07:29
-
If the request goes with 1.0 it should not response i.e. it should be HTTP 1.1 only – Karthik P Aug 02 '18 at 05:25
1 Answers
0
In undertow subsystem configuration you should add require-host-http11="true" to your http/http-listener.
for more configuration options see https://wildscribe.github.io/WildFly/13.0/subsystem/undertow/server/http-listener/index.html#attr-require-host-http11

Tomaz Cerar
- 5,761
- 25
- 32