10 lines
255 B
Text
10 lines
255 B
Text
Playwright unauthenticated request check
|
|
|
|
request: GET http://127.0.0.1:4175/products
|
|
cookies: none
|
|
maxRedirects: 0
|
|
|
|
status: 303
|
|
location: /auth/login?returnTo=%2Fproducts
|
|
|
|
result: protected page redirects to the login flow before returning page content.
|