79362939

Date: 2025-01-16 20:13:10
Score: 2.5
Natty:
Report link

Use CI4 to set headers: https://codeigniter4.github.io/userguide/outgoing/response.html#setting-headers

I added the following to the controller and that fixed it!

$this->response->setHeader('Content-Type', 'text/xml'); 
Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: xanabobana