I am facing an error with remote accessing a containerised setup.
The codesearch log shows WARN rmcp::transport::streamable_http_server::tower: rejected request with disallowed Host header (possible DNS rebinding attempt) host=NormalizedAuthority
This seems to lead back to
GHSA-89vp-x53w-74fx
I think i need to be able to set the expected remote hostname as the allowed_hosts via some internal code magic; and this via a new env variable
I am facing an error with remote accessing a containerised setup.
The codesearch log shows
WARN rmcp::transport::streamable_http_server::tower: rejected request with disallowed Host header (possible DNS rebinding attempt) host=NormalizedAuthorityThis seems to lead back to
GHSA-89vp-x53w-74fx
I think i need to be able to set the expected remote hostname as the allowed_hosts via some internal code magic; and this via a new env variable