Hi All,
in my APEX application (APEX 5.0.4) I have different AJAX Callbacks written in PL/SQL which are called from JavaScript.
to provide a response to those calls, i return JSON formatted String using the htp.p() procedure.
When checking the response of the AJAX call, the content type is
Content-Type: text/html;charset=UTF-8
Is there any possibility to change this to
Content-Type: application/json
This needs to be achieved because we have to comply to certain specifications which we cannot change.
Thanks in advance.