So, when i try
set {uuid} to text from "https://api.mojang.com/users/profiles/minecraft/%arg-2%"
It perfectly sets {uuid} to the raw json text of the mojang api
But when i try
set {stats} to text from "https://account.fyremc.hu/api/player/%arg-2%"
It sets {stats} to <none>
My host's dns is allowed on "fyremc.hu" and when i type "wget https://account.fyremc.hu/api/player/username" it successfully gets the json file.
please help :c
set {uuid} to text from "https://api.mojang.com/users/profiles/minecraft/%arg-2%"
It perfectly sets {uuid} to the raw json text of the mojang api
But when i try
set {stats} to text from "https://account.fyremc.hu/api/player/%arg-2%"
It sets {stats} to <none>
My host's dns is allowed on "fyremc.hu" and when i type "wget https://account.fyremc.hu/api/player/username" it successfully gets the json file.
please help :c