Hi,
after updating APEX from 20.1 to 20.2, I get an error 403 when using the FQDN, but a proper redirect when using the host name only. This was not the case with 20.1.
https://host.domain:8443/ords/ -> error 403
https://host:8443/ords/ -> redirect to login page https://host:8443/ords/f?p=4550:1:6091407420826:::::
Calling the login page directly with the full url and FQDN (https://host.domain:8443/ords/f?p=4550:1:6091407420826:::::) also works, only the Redirect seems to be broken.
We are using ORDS 19 and "Require HTTPS always".