Trust Check Failed Https Service

Hello!
I’m trying to use roblox API but always it will returns error Trust Check Failed,
I saw in some topic you need use a proxy to acces them but I don’t know how to use them,
My code:

local HtttpService = game:GetService("HttpService")

local Result = HtttpService:GetAsync("https://search.roblox.com/catalog/json?CatalogContext=2&keyword=Meme")
print(Result)

Thank for any help!

I think that error is because you’re trying to send HTTP requests to roblox sites and they’re denied intentionally? The best way to bypass it is to use some sort of proxy. I could be wrong.

Here are a few…

1 Like