Help > Forum > Website Integration > Cross-Origin Resource Sharing (CORS) for the API
Cross-Origin Resource Sharing (CORS) for the API
The Forum API doesn't support the CORS header because requests should not be done on the client-side in JavaScript as that will cause your private API key to be exposed to everyone. API requests should be done on the server-side using a server-side programming language such as PHP, Node.js, Python, or many others. In that case, no CORS header is needed.
If you still need help, please contact us.