Hi, I found out that I cannot send post requests using AuthController, but get requests are working using TestController. Can you help find an issue?
After sending any GET/POST request at AuthController, I'm getting: Unauthorized error: Full authentication is required to access this resource
Even requesting function returning simple string.
Hi, I found out that I cannot send post requests using AuthController, but get requests are working using TestController. Can you help find an issue?
After sending any GET/POST request at AuthController, I'm getting: Unauthorized error: Full authentication is required to access this resource
Even requesting function returning simple string.