I have a mod pl/sql procedure with which I want to return a responce with a HTTP status code set to 404. When sending a response via htp.p the HTTP status code is I believe by default set to 200.
How could this be done?
I have a mod pl/sql procedure with which I want to return a responce with a HTTP status code set to 404. When sending a response via htp.p the HTTP status code is I believe by default set to 200.
How could this be done?
Copyright © 2021 Jogjafile Inc.
Call OWA_UTIL.status_line instead:
http://docs.oracle.com/database/121/ARPLS/w_util.htm#ARPLS70790