We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
If founded that if getDomain is called with an url without any subdomain, the result of getDomain also has 'http://'
For example,
http://www.google.com will return google.com but http://google.com will return http://google.com
In the second case, i think google.com may be returned. Is this intended?
The text was updated successfully, but these errors were encountered:
Just figured out that this is solved in the last version, i was using an older version.
Sorry, something went wrong.
Good to know it has been fixed meanwhile by #41 even though it was not related directly to the scheme prefix.
Let me know if you encounter any other issue :-)
No branches or pull requests
Hi,
If founded that if getDomain is called with an url without any subdomain, the result of getDomain also has 'http://'
For example,
http://www.google.com will return google.com
but
http://google.com will return http://google.com
In the second case, i think google.com may be returned. Is this intended?
The text was updated successfully, but these errors were encountered: