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
When I am using ddev, vagrant or some cloud server solutions - extension does not work correct. https://github.com/AOEpeople/aoe_ipauth/blob/master/Classes/Typo3/Service/Authentication.php#L90 value in that case is for example: 10.10.100.9 192.168.10.1 which are private IPs - thus IP authentication does not work at all in that case.
For example in case of my cloud server correct public IP address is inside $_SERVER['HTTP_X_REAL_IP'] and not REMOTE_ADDR
The text was updated successfully, but these errors were encountered:
Hi @mcyg
Could you provide a PR then I'll be happy to test it.
Thanks.
Sorry, something went wrong.
@mcyg
on my ddev I have to use 172.18.0.10
maybe it helps ciao
No branches or pull requests
When I am using ddev, vagrant or some cloud server solutions - extension does not work correct.
https://github.com/AOEpeople/aoe_ipauth/blob/master/Classes/Typo3/Service/Authentication.php#L90 value in that case is for example:
10.10.100.9
192.168.10.1
which are private IPs - thus IP authentication does not work at all in that case.
For example in case of my cloud server correct public IP address is inside $_SERVER['HTTP_X_REAL_IP'] and not REMOTE_ADDR
The text was updated successfully, but these errors were encountered: