Roblox API sending 404

I’m writing a Python script to private all of my games currently. However, for some reason it is returning a 404.


I’m not sure what the issue is. Is it the headers? It works fine in a web browser.

cookie is a dump of the cookie header that the actual site is sending, which I am not including bc it includes everything like my ROBLOSECURITY.

Thanks.

Based on what API it appears you are using, I would say that you should be doing get, not post. This matches up with the fact that the web browser was able to access it, as it by default does a get request instead of a post request.

Oops, that’s a crazy error… maybe I shouldn’t have been programming at 2am…

Thanks for helping me catch it thoigh

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