-
Notifications
You must be signed in to change notification settings - Fork 2
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
Remove hard-coded http:// method from TopicController #59
Comments
Simple solution would be:
but I don't know if it's correct in context, or even why it's required at all. |
I have some doubts that this would work reliable to be honest.
The HTTP request hitting the A solution could be to take the env variable |
QueryBuilder is for database-connections, I'd prefer UriBuilder or something like that. |
Ah! Of course... sorry... I meant the |
Method
TopicController::createAction()
generates a link with hard-codedhttp://
method.File:
Classes/Controller/TopicController.php
.This breaks on sites with
https://
only (and no redirect from http → https).The text was updated successfully, but these errors were encountered: