This is great, a free, easy to use, proxy!
Good Job, Keep up the good work!
(Btw, like @CoinTheKit said, it just a copy, so, I bought some robux https://roproxy.com/robux )
This is great, a free, easy to use, proxy!
Good Job, Keep up the good work!
(Btw, like @CoinTheKit said, it just a copy, so, I bought some robux https://roproxy.com/robux )
Looks like you forgot to add http:// or https://
Completely rewrote the code in golang and upgraded the servers, deployed on the users and badges endpoints and getting 1-2 second maximum response times. Will make further performance improvements, monitor bugs, and gradually roll out to the other subdomains soon!
does roproxy not support games api v2?
Sorry, was deploying the new code to games.roproxy.com. Should be working again now (and 10x faster than before!)
Is this open source for people to allow people to host their own iteration? If so do you host the code on Github?
It is not, but I suppose I could put it on github after some cleanup. I don’t think a rotating proxy is required for most private applications though, probably better off hosting something like rprxy or proxyservice.
Then how can we use such apis which are still on the main domain. Is there way to contact them using RoProxy? When I try changing this url:
https://www.roblox.com/users/favorites/list-json?assetTypeId=46&itemsPerPage=100&pageNumber=1&userId=117457455
to
gives me server not found…
Moved it over to the new server, should be working now.
I too would appreciate if it was on GitHub, just to learn how it works.
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.
Cool, thanks!
How could I implement the rotating IPs myself?
Look into fasthttpproxy. Currently using webshare for the proxies themselves but switching to something faster and more reliable very soon.
What kind of uptime do we have guaranteed? I know that is a concern for a lot of people.
100% uptime from my recordings, speed is the real issue. Webshare occasionally has spikes of 7+ seconds at peak.
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
.
Please fix this, thank you kindly in advance.
Have not yet added a devforum proxy, will do so in the morning.
Excellent, I am looking forward to it, thank you very much
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:
https://inventory.roblox.com/v2/assets/21070012/owners?sortOrder=Desc&limit=100
that one works
https://inventory.roproxy.com/v2/assets/21070012/owners?sortOrder=Desc&limit=100
and that one shows all the owners as null.
did i screw it up somehow?? how do i fix it