anupamdagar
02/22/2023, 8:50 AMjson
{
"message": "unauthorized"
}
This is the curl request. Cookie isn't present in the curl but is attached in the real request.
bash
curl --location --request POST 'http://localhost/auth/session/refresh' \
--header 'rid: session' \
--header 'fdi-version: 1.8,1.9,1.10,1.11,1.12,1.13,1.14'
rp
02/22/2023, 8:59 AManupamdagar
02/22/2023, 9:00 AMsRefreshToken
right?rp
02/22/2023, 9:00 AManupamdagar
02/22/2023, 9:02 AMPath=/auth/session/refresh
for `sRefreshToken`and not /
for others?rp
02/22/2023, 9:02 AManupamdagar
02/22/2023, 9:03 AM