Files
SAE-BUT2-backend/tests/get CSRF.bru
T
2025-10-21 17:18:00 +02:00

21 lines
213 B
Plaintext

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