Why curl -v "https://platform.openai.com" returns 403, but web browser gets 200

Just start to look at openai api. try
curl “https://platform.openai.com” with the response 403, but, using web browser, get 200 response.

Even I copy web browse’s HTTP request as cCurl, and run it on the command line ends at 403.
Any explanation on this behavior?

1 Like