feat: add test case for redirects with cookie authentication

This commit is contained in:
sanjai0py
2025-05-14 10:46:14 +05:30
parent 5a4e33e503
commit c14d3f4274

View File

@@ -0,0 +1,23 @@
meta {
name: Test Redirects With Cookies
type: http
seq: 1
}
post {
url: {{httpfaker}}/api/auth/cookie-redirect/login
body: json
auth: none
}
headers {
Content-Type: application/json
}
body:json {
username: test-user
}
assert {
res.status: 200
}