Add custom http header

Hello,
I would like add http header for support CORS.

On IIS I add this XML on web.config:


Is it possibile add custom http header on CommandBox web server (without use cfheader)?

Best regards,
Emanuele

Have you checked the docs here? https://commandbox.ortusbooks.com/embedded-server

I think you can add this in web config file.

Ma che bello!! una discussione tutta italiana! Non si vedeva dai tempi di cfmentor :relaxed:

Questo gruppo è multilingue! Lunga vita all’Italia!

:slight_smile:

On server.json i don’t found options to set header.

I hope in one magic answer from superNinjaMegaGuru> Brad :slight_smile:

Thank’s again Brad and Luis for this magic tools!

Bye

Questo gruppo è multilingue! Lunga vita all’Italia!

There is not a way right now to set arbitrary headers in the CommandBox web server. We just use the cors module in our apps which automatically sets it on every CF page for us.