Forum OpenACS Development: Re: Disabling CORS Policy on OACS 5.10

Collapse
Posted by Gustaf Neumann on
The best approach is to add it extra header information to the *_extraheaders in the NaviServer configuration file [1]. This guarantees that these header fields are used for all kind of requests.

All the best
-gn

[1] https://bitbucket.org/naviserver/naviserver/src/1ef27c7f222c443f472d9726e31fa14c28cc0e16/openacs-config.tcl#lines-93

Collapse
Posted by Iuri Sampaio on
Thanks Gustaf,
it works now!