Skip to Main Content

ORDS, SODA & JSON in the Database

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Pre-authenticated Request gives 401 error, even when original endpoint is accessible without authentication

Peter de VaalSep 23 2025

I have created a REST module in ORDS with a GET handler. I have not yet put authentication on it, so I can call the endpoint and it returns the result (in my case it returns the contents of a BLOB column which holds a PDF). Now I am trying to create a PAR for it. However, when I try the generated PAR URL it gives a 401 (Unauthorized) error.

How can I avoid this error?

This post has been answered by Peter de Vaal on Sep 23 2025
Jump to Answer
Comments
Post Details
Added on Sep 23 2025
1 comment
50 views