Hello, I am trying to reference by header("Location: http://127.0.0.1:8086")
to the same server but different port without using the public ip because only port 80 I have it published for security reasons because the application of port 8086 has no access system (login) .
The problem is that when accessing from any other machine that is not the server when redirecting it looks for the localhost of the machine that accesses not the one of the server.
If this is not possible with php or apache, what do you suggest?