Help with proxy

Hey guys, I just need help with a simple proxy issue.

I’m trying to access:
https://twostepverification.roblox.com/v1/users/%d/recovery-codes
But as roblox can’t access the servers directly, I tried RoProxy, a common alternative. That appears to not also be supporting that API and I can’t find any alternatives online.

Any advice?

2 Likes

The Roblox two-step verification API is one of the most restricted due to security reasons. Not only does it require authentication, but it is also protected against external access, which prevents services like RoProxy from using it.

If you need to retrieve verification codes, the best way is to do it directly from your Roblox account settings. If you’re looking for an alternative way to make requests to the Roblox API from a script, you would need to use an intermediate server to handle authentication for you, but this can be complex.

I was shocked when I came across that API on the list of Api’s but I figured I could utilise the abilities just for a little passion project which just shows how safe your Roblox account is? (Stupid, I know. I just need ideas)

I’ll look into “intermediate server”, thank you.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.