How to get value from "token" (REQUESTS RESPONSE)

Viewed 19

I'm trying to get the value of "_csrf". This is what's in the reponse:

name="_csrf" value="G2JYrfUv1CCWJmjdY6txYU9pglM4uAzsF+eGY="

This is the full response: https://justpaste.it/65j36

How would I get the value of _csrf only in a variable?

0 Answers
Related