Hello I would like to know if there is another website to get informations from Players ID, I used to get information from api.roblox.com or users.roblox.com but I am getting an error about that request, they don’t allow GET request on their websites.
They mean you can use the two URL’s he referenced instead of api.roblox.com and users.roblox.com. These act as a proxy so you can use them from HttpService. You should avoid using public proxies in production (your live game) as, while I’m not saying they will, could be modified to be malicious or have unexpected outages which may impact your game.
You can’t send requests to Roblox web APIs, but you can send it to a proxy and have that send your requests to the APIs, and forward the responses to you.
It’s a middleman, basically.
Someone’s advised you not to use public proxies (and for good reason), but some proxies are open source, allowing you to host them yourself.