Hello, I am using ‘rprxy.xyz’ to get a universalId from placeId, but when I run the code, it says ‘HTTP 401 (Unauthorized)’. How could I fix this?
Code:
Error:
Hello, I am using ‘rprxy.xyz’ to get a universalId from placeId, but when I run the code, it says ‘HTTP 401 (Unauthorized)’. How could I fix this?
Code:
Error:
I don’t know much about this error, but I hope this might help: What Is a 401 Unauthorized Error and How Do You Fix It?
Hello, just wondering, how could I add this to a game as it’s saying ‘Trust check failed’.
Make sure HTTP Requests are enabled from Game settings within Roblox Studio. As for the “Trust check failed” issue, you cannot send HTTP requests to Roblox’s main domain from a Roblox game and that’s why you have to use proxy like rprxy.xyz (the one you were already using),
games:/v1/games/multiget-place-details
requires authentication with a Roblox account. Try supplying the request headers with a .ROBLOSECURITY
cookie.
The title of that topic is completely misleading, in that topic they actually wanted the CreatorTargetId, (universeId can not be obtained from GetProductinfo)