I am trying to use this API:
https://users.roblox.com/v1/users/authenticated
What how do I add the .ROBLOSECURITY
cookie into the headers?
I am trying to use this API:
https://users.roblox.com/v1/users/authenticated
What how do I add the .ROBLOSECURITY
cookie into the headers?
why do you need the ROBLOSECURITY cookie?
Well how do I auth with the API then?
headers = {
Cookie: ".ROBLOSECURITY=cookie value here"
}
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.