So Im trying to get a list of transactions from a group, but not sure how to implement the .ROBLOSECURITY cookie value into my header.
Asked
Active
Viewed 274 times
0

Ryan
- 29
- 4
-
Heyo, please don't just post pictures of your setup and errors. Please include the code that you have tried, and transcribe any errors you have gotten. – Kylaaa Jan 01 '23 at 06:34
-
Its literally a no code platform.. not sure where you want me to get code from – Ryan Jan 01 '23 at 07:23
-
Got me there I guess – Kylaaa Jan 01 '23 at 12:43
1 Answers
0
So the .ROBLOSECURITY
is a cookie therefore it is assigned in the headers.
The way this should be used is:
- Header =
Cookie
- Value =
.ROBLOSECURITY=your cookie
Here is an example built in PostMan, not sure what your using:

Crann Moroney
- 356
- 2
- 4
- 13
-
Hi, thank you for the response. I just tried it out and it still gave me an unauthorized error. Heres a recording: https://vimeo.com/785585757 – Ryan Jan 01 '23 at 19:30