Python Forum
Is there anyway to make this work?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Is there anyway to make this work?
#1
Got a question for you. Is it possible to run a line of code, which will have the same outcome, if the host has disabled/modified it?

So here's where I'm stuck:

I attended Minecon back in 2015 (cringe ik) and I'm trying to force-apply this link that was issued out after the event finished (it simply puts a cape on your character). Recently, Mojang changed the API to stop this from happening, practically blocking the input that I'm entering.

I'm using Postman, running a POST request, my content type is application/json and my authorisation is my bearer when I login to the website.

To put it simply, I have never used code before, I'm seeking help to see if it's possible to host my own endpoint which allows the same outcome.

CODE: "https://api.mojang.com/user/profile//capetokens/code/", method: "POST", headers: { "Content-Type": "application/json", "Authorization": "Bearer ", }

RESULT:
{ "error": "Not Found", "errorMessage": "The server has not found anything matching the request URI" }

THE LINK: https://minecraft.net/profile/#/redeemCa...85e21abaf7

If you manage to solve this, and or prove it can be done, I will PayPal you $50, or even more depending on outcome.

Thanks all
Reply


Messages In This Thread
Is there anyway to make this work? - by dre - Nov-24-2020, 09:26 PM
RE: Is there anyway to make this work? - by dre - Nov-24-2020, 09:35 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Trying to Make Steganography Program Work For All Payload Types Stegosaurus 0 1,104 Sep-26-2024, 12:43 PM
Last Post: Stegosaurus
  How to make my Telegram bot stop working at 16:15 and not work on Fridays? hus73 2 1,310 Aug-10-2024, 12:06 PM
Last Post: hus73
  hi need help to make this code work correctly atulkul1985 5 1,887 Nov-20-2023, 04:38 PM
Last Post: deanhystad
  newbie question - can't make code work tronic72 2 1,501 Oct-22-2023, 09:08 PM
Last Post: tronic72
  Why do I have to repeat items in list slices in order to make this work? Pythonica 7 2,855 May-22-2023, 10:39 PM
Last Post: ICanIBB
  Make my py script work only on 1 compter tomtom 14 6,248 Feb-20-2022, 06:19 PM
Last Post: DPaul
  Cannot make 'pandas' module to work... ellie145 2 5,195 Jan-05-2021, 09:38 PM
Last Post: ellie145
  Cannot Make the python Code work ErnestTBass 4 3,692 Apr-23-2020, 02:42 PM
Last Post: snippsat
  if, or, in, else in 1 line - how to make it work? zarize 2 2,492 Sep-10-2019, 04:51 PM
Last Post: zarize
  To make an algorithm work faster pianistseb 3 3,592 Apr-01-2019, 08:42 AM
Last Post: Gribouillis

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020