-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invalid domain character when specifying port #2166
Comments
It looks like we currently don't support passing in a port to It seems like that could be broken in some port-forwarding setups, but I'm a bit surprised if it doesn't work when you're matching the ports inside and outside the container. |
The only thing that does work is
This way I can whitelist |
@jgraham, given that the argument is about the |
System
I run
geckodriver
in a separate Docker container and want to allow a certain header+port via the--allow-hosts
parameter.Either via docker-compose or directly on the command line, I get the error
I need the port specified inside the
--allow-hosts
, otherwise I getInvalid Host header webdriver:4444
when calling the webdriver container.Any advice?
The text was updated successfully, but these errors were encountered: