0

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.enter image description here

Ryan
  • 29
  • 4

1 Answers1

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:

enter image description here

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