Hello
I am getting a strange behavior with a blank application.
When that application is called either by GET or POST, an additional request is generated by GET.
For example:
successful request: https://app.domain.com/blank_01/
and a request https://app.domain.com/blank_01/blank_01.php is generated at the same time.
Both are included in the nginx logs.
Also in the case that the request has some parameters, when the second request is generated, they are not included.
Does anyone know what could be happening?
Regards.