Uploaded image for project: 'Mojang Web Services'
  1. Mojang Web Services
  2. WEB-1444

UUID lookup after api downtime no longer works

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • None
    • None

       

      @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>
      

       

       

            mojangweb [Mojang] Web Team
            88tontos@gmail.com 77tontos
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: