pedrohlf's blog

By pedrohlf, history, 8 years ago, In English

I noticed that only status="OK" responses come with the HTTP header "Access-Control-Allow-Origin: *", which is required for CORS requests. But if you request, for example, http://codeforces.com/api/user.rating?handle=fakehandle, the response comes with comment="user not found", which is a very useful information.

How should I ask/suggest this feature? Tagging MikeMirzayanov in this post? Will he receive a notification? Sending a private message?

  • Vote: I like it
  • +9
  • Vote: I do not like it