I’m using OPTIONS
method for preflight requests, and today I started getting 404s.
Minimap repro:
✗ curl -X OPTIONS -f 'https://api.openai.com/v1/chat/completions'
curl: (22) The requested URL returned error: 404
I’m using OPTIONS
method for preflight requests, and today I started getting 404s.
Minimap repro:
✗ curl -X OPTIONS -f 'https://api.openai.com/v1/chat/completions'
curl: (22) The requested URL returned error: 404
Seems to have been resolved now.
More details in this thread:
https://community.openai.com/t/chat-completions-api-endpoint-down-blocked-any-web-browser-request/1362527