Hi,
I uses NGREST_ASSERT_HTTP(false, HTTP_STATUS_401_UNAUTHORIZED, "Invalid sessions");
To return the 401 error code when my session cookie is invalid.
This work with the ngrest server.
But I always get 500 internal error when running inside NGINX.
Do you have any idea / tips ?
Thank you.