I just released a version of RoProxy without the rotating function to GitHub, on a local server I’m seeing a 0ms increase over sending requests directly.
This does not seem to work for pages with the “devforum” subdomain (like devforum.roblox.com). When calling a devforum URL with HTTPService, you get HttpError: DnsResolve and when manually checking the URL in Chrome, you get DNS_PROBE_FINISHED_NXDOMAIN. When checking the status of the request via the Network tab of Chrome’s DevTools, you get ERR_NAME_NOT_RESOLVED.
so im trying to use the inventory api v2 for a game im making and im using this proxy to access it. im trying to get a list of owners for certain items, it works fine when i try it on the regular website, but when i try it with roproxy all the owners show up as null.
heres the links:
To be honest, I have no clue what’s happening there. I’ve tested it with other proxies and the same thing happened. I’ll look into it, but that’s incredibly odd. My guess is something to do with roblox trying to prevent RAP tracking? I’ll have to find out what the catalyst is.