Replies: 1 comment
-
According to the HTTP Specification, the
So no, I can't help you here :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
How to set Apache Tomcat 10 (10.1.34) to accept HTTP request (REST API) without Headers? If there is no at least Host HTTP parameter, it returns response HTTP 400:
We added:
CATALINA_OPTS="$CATALINA_OPTS -Djava.awt.headless=true
but nothing chanded.
Environment: SMP version 7.2.0 (on Apache Tomcat 10.1.34 using java 11 (11.0.25+9-post-Ubuntu-1ubuntu124.04)).
Without Host Header parameter: 400
With Host Heaader parameter: 200
Our partner insists, that no HTTP header is required.
Beta Was this translation helpful? Give feedback.
All reactions