porcx
01/31/2023, 7:53 AMAccept: */*
Accept-Encoding: gzip, deflate
Accept-Language: en-US,en;q=0.9
Connection: keep-alive
Content-Length: 0
fdi-version: 1.8,1.9,1.10,1.11,1.12,1.13
Host: admin.playbook.test
Origin: http://admin.example.test
Referer: http://admin.example.test
rid: session
User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36
Response
{
"message": "unauthorised"
}
rp_st
01/31/2023, 8:02 AMporcx
01/31/2023, 8:12 AMAccept: application/json, text/plain, */*
Accept-Encoding: gzip, deflate
Accept-Language: en-US,en;q=0.9
Connection: keep-alive
Content-Length: 98
Content-Type: application/json
Cookie: sIdRefreshToken=11954b3d-b7de-4e9c-8a46-fb26b81c25e3; sIRTFrontend=11954b3d-b7de-4e9c-8a46-fb26b81c25e3; sFrontToken=eyJ1aWQiOiIzYWQ1MzQwYy1kNzNmLTQ1MGMtODRkZi1jNzk0NjlhZTU2YTEiLCJhdGUiOjE2NzUxNTIwMjM4MzgsInVwIjp7fX0=
Host: admin.example.test
Origin: http://admin.example.test
Referer: http://admin.example.test/login
rid: anti-csrf
User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36
Response: I have modified the response so in response I get user details
status: "OK"
user: {user_id: "3ad5340c-d73f-450c-84df-c79469ae56a1", email: "admin@test.com",…}
porcx
01/31/2023, 8:14 AMsIRTFrontend
sIdRefreshToken
sFrontToken
sAccessToken
rp_st
01/31/2023, 8:31 AMporcx
01/31/2023, 8:41 AMporcx
01/31/2023, 8:41 AMrp_st
01/31/2023, 8:41 AMporcx
01/31/2023, 8:43 AMporcx
01/31/2023, 8:43 AMrp_st
01/31/2023, 8:45 AMrp_st
01/31/2023, 8:46 AMporcx
01/31/2023, 8:47 AMrp_st
01/31/2023, 8:47 AMporcx
01/31/2023, 8:50 AMrp_st
01/31/2023, 8:51 AMporcx
01/31/2023, 8:52 AMporcx
01/31/2023, 8:59 AMporcx
01/31/2023, 9:00 AMrp_st
01/31/2023, 9:01 AM/api
part of the route when hitting the auth server?rp_st
01/31/2023, 9:02 AM/api
rp_st
01/31/2023, 9:02 AM/api/auth
, backend apiBasePath is /auth
and backend apiGatewayPath is /api
.
This should workporcx
01/31/2023, 9:37 AMrp_st
01/31/2023, 9:45 AM