i have tried importing Applications (originally written with APEX 4.2) but when they run on a new database they change the URL to "https" and i am getting a webpage message "The connection for this site is not secure".
- Is it possible I can I change these old applications so they only communicate with "http requests"?
thanks
Steve
PS: We recently moved our Oracle19c database into AWS RDS and I have installed APEX with 22.2 ORDS and when I run it with this command on an EC2 [/home/apexuser/ORDS/bin/ords --config /home/apexuser/ords_config serve]
i can write new applications without this issue, they work perfectly because the webpage only submit HTTP urls.