We are gonna to adjust maximum size in bytes for requests. May l know how can we differentiate the unauthenticated request and authenticated request?
Thank you
We are gonna to adjust maximum size in bytes for requests. May l know how can we differentiate the unauthenticated request and authenticated request?
Thank you
One has no valid authentication token and the other has a valid authentication token.
Hi Cedric,
Where can l set the valid/invalid authentication token? If user login with password successfully, does it mean that the user has valid authentication token?
Thank you.