Open chrisovergaauw opened 3 years ago
Hi,
I'm running into CORS issues due to the fact that all the required headers are missing when using the documented example:
middleware: { ... requestOptions.res.end(data) ... }
adding requestOptions.res.headers nor serverOptions.headers worked.
How do you deal with this properly?
Hi,
I'm running into CORS issues due to the fact that all the required headers are missing when using the documented example:
middleware: { ... requestOptions.res.end(data) ... }
adding requestOptions.res.headers nor serverOptions.headers worked.
How do you deal with this properly?