Oracle Application Express (MOSC)

MOSC Banner

define standard https port in APEX

edited Apr 15, 2025 4:22AM in Oracle Application Express (MOSC) 2 commentsAnswered ✓

Hi ,

I have following setup :

DB: 19.26 SE2

APEX: 24.1.6

ORDS: 24.4

NGINX: 1.20.1 (Reverse proxy)

The issue I am facing is that when for instance requesting the URL https://www.example.com:8444/ords/apex the response removes the port https://www.example.com/ords/r/apex/workspace-sign-in/oracle-apex-sign-in?session=9352585682505 and I get certainly an error 404 - when executing the URL again https://www.example.com:8444/ords/r/apex/workspace-sign-in/oracle-apex-sign-in?session=9352585682505 it works as expected . I have set proxy_set_header X-forwarded-port 8444 in the nginx config for the virtual host. Obviously as described above it basically works but as outcome for my analysis done beforehand the rewrite is happening on APEX. Any ideas where I need to set the port to avoid this rewrites ?

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center