Wednesday, December 07, 2022
Using urifactory.geturi with https (SSL) call
If you are useing urifactory.geturi function to call URL with https it would not work.
Use:
httpuritype('https....').getclob()
Of course before that ypu shoul set wallet location: UTL_HTTP.set_wallet('file:/u01/...');
