Cookie question
-
hey,
How would I allow for cookies to be received and sent?
I'm trying to get a twitch x-csrf-token but I believe the cookies arent working properly, as it says "Invalid csrf token".Thanks!
-
cookies are received automatically and you use them for example for requested headers like this <COOKIE("cookie name without quotes")>
-
So OpenBullet's Built-in HTML view has cookies enabled?
-
i wouldnt use the html viewer. as far as i know it uses old internet explorer. just read the response source on the Log tab. you probably need to parse the csrf token to your post body or headers i dunnot