pyxfluff
(Pyx)
October 5, 2024, 4:26am
#1
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.
pyxfluff
(Pyx)
October 5, 2024, 4:06pm
#3
Oops, that’s a crazy error… maybe I shouldn’t have been programming at 2am…
Thanks for helping me catch it thoigh
system
(system)
Closed
October 19, 2024, 4:14pm
#4
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.