Based on your “Imitate a correct OPTIONS request” post and this post about Apache, what would the 204 CORS Pre-flight imitation look like?
@options {
method OPTIONS
}
respond @options 204
You mentioned adding headers into this imitation and I’m not sure I understand how or where.