Trust Check Failed

local DevEndpoint = "https://devforum.roblox.com/u/aidan1203/summary"
local Devsuccess, Devresult = pcall(http.GetAsync, http, DevEndpoint:format(userid))
print(Devresult)

Outputs https://devforum.roblox.com/u/aidan1203/summary: Trust check failed

I’m just confused of why this fails. I used other websites and it works perfectly.

roblox doesn’t allow requests directly to their own websites

oh, okay. so how would i go about fixing it?

The only way you can ever make requests to devforum from roblox is by using a proxy service of some sort. Like from roblox → your own VPS → roblox websites

hm… okay, thanks! 30 characters