Hi,
i have APEX 23.1, ORDS 23.1.3 and would like to test the REST Enabled SQL Feature on my testmachine.
The doc says https is mandatory except you set
<entry key="security.verifySSL">false</entry>
in the pool.xml
But i got a error …
"code": "Forbidden",
"title": "Forbidden",
"message": "Auf diese Ressource darf nur über HTTPS zugegriffen werden. Auf sie wurde über HTTP inkorrekt zugegriffen",
This means in english: Acces only allowed via https
https also does not work (i think cause i have no root certificate on my local machine)
Any ideas ?
Thanks, Marco