Open
Conversation
Contributor
|
Could you please provide a bit more details, i didn't get where the actual issue is. Which url works and which isn't, as: Your version in Google chrome returned me url without port: http://bl.ocks.org/abernier/3070589 - Link anatomy |
Member
Author
|
the port is only returned when it is provided (which means an implicit port 80 or 443 won't trigger) without this patch, running on any port other than :80 or :443 won't work, because the URL always rewrites to window.location.host + ".xip.io/". For example, running on 192.168.99.100:30080 results in an invalid URL: Or am I missing something here? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I have adop running at
http://192.168.99.100:30080/and the link now correctly rewrites tohttp://selenium.192.168.99.100.xip.io:30080///grid/console. But still the page doesn't display until I manually change something in the URL, and then use thebackbutton. I'm using Google Chrome, maybe someone can try with a different browser (safari didn't work)?