APEX
Consume Digest API with PLSQL
In my personal blog, I have created an digest authenticated API use nodejs. Only thing it does is to authenticate with digest and output a json string when you are authenticated. I made it so that I can consume it in PLSQL. Here is the code snippet I used in Read more…