mojira.dev
WEB-1444

UUID lookup after api downtime no longer works

 

@MojangStatus on twitter tweeted that the services were back online but thats not true for all requests.

The requests are not going through on our Minecraft servers or on any of our developers home connections so I know its not an ip ban.

Example request

curl -X POST \
 https://api.mojang.com/profiles/minecraft \
 -H 'Accept: */*' \
 -H 'Accept-Encoding: gzip, deflate' \
 -H 'Connection: keep-alive' \
 -H 'Content-Length: 27' \
 -H 'Content-Type: application/json' \
 -H 'Host: api.mojang.com' \
 -H 'User-Agent: PostmanRuntime/7.17.1' \
 -d '[
 "notch","Garbagiozo"
]'

Response Code 403

 

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<HTML>
   <HEAD>
      <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
      <TITLE>ERROR: The request could not be satisfied</TITLE>
   </HEAD>
   <BODY>
      <H1>403 ERROR</H1>
      <H2>The request could not be satisfied.</H2>
      <HR noshade size="1px">
      Request blocked.
      <BR clear="all">
      <HR noshade size="1px">
      <PRE>
Generated by cloudfront (CloudFront)
Request ID: PwM7rheAN9fvbxxYrhzKoSbco1U8NtYQk0z-aLjBLB6RbU9a_6HEQg==
</PRE>
      <ADDRESS>
      </ADDRESS>
   </BODY>
</HTML>

 

 

Comments 4

Moved to the WEB project. Also, is there a particular reason why you've set this ticket to private?

I've made the ticket public. If you want me to change it back, please leave a comment.

No I was unaware of it being private. As of this morning it appears to be working again.

I don't seem to see a resolved button.

Yep, seems to work now. I've resolved the ticket.

77tontos

web

Retrieved