Hi everyone,
I’m currently integrating the OpenAI DALL-E API into my project, but I’m encountering persistent CORS (Cross-Origin Resource Sharing) errors. It seems like my requests might be missing some necessary headers or there’s a configuration issue.
Does anyone have experience configuring CORS policies specifically for OpenAI APIs? I’m looking for advice on setting the correct headers and any server-side configurations that might be needed to properly handle these requests. Any insights or code snippets that could help clarify the correct setup would be greatly appreciated!
Thank you in advance!
Ps: my application runs on node.js and i’m using DALL-E version 3