Authorization denied HTTP Request

I am currently making something that involves making requests to the economy.roblox.com API and when I send this request https://economy.roblox.com/v1/assets/20573078/resellers?limit=10 , the response is “Authorization has been denied for this request.” How can I authorize myself in order to get the data? Do I need to pass my .roblosecurity cookie through the request? If so, how should I proceed?

The issue is you cannot send any requests to roblox.com through HttpService, so you will have to use a proxy. You would send a request to that, then the proxy would request Roblox and give you back some info.

I am actually writing the program in python, so this shouldn’t be an issue.

You need to pass a XCSRF token and the Cookie in the headers of the request.

1 Like

Change “roblox.com” to “rprxy.xyz”.

He would still need to provide his cookies, hes doing a Bot (discord sided) not ingame. so he wouldnt need to use a proxy

Yes sorry I did not see that. for @FruitBarrel you needs to pass X-CSRF token and your .ROBLOSECURITY cookie in the headers of the request.

1 Like