Files
SAE-BUT2-backend/tests/get CSRF.bru
T

21 lines
199 B
Plaintext

meta {
name: get CSRF
type: http
seq: 4
}
get {
url: {{url}}/sanctum/csrf-cookie
body: none
auth: inherit
}
assert {
res.status: eq 204
}
settings {
encodeUrl: true
timeout: 0
}