-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Fix for #12969 - server port detection for errors #18393
Fix for #12969 - server port detection for errors #18393
Conversation
Updates `getHostUrl()` method to reference `HTTP_HOST` rather than `SERVER_PORT`.
@loganstellway Thank you for your contribution. Can you please fix the failing static tests?
|
Hi @josefbehr, thank you for the review. |
@loganstellway thank you for contributing. Please accept Community Contributors team invitation here to gain extended permissions for this repository. |
Hi @loganstellway. Thank you for your contribution. |
Description
Updates
getHostUrl()
method to referenceHTTP_HOST
rather thanSERVER_PORT
.Fixed Issues
Contribution checklist