Version: 4.0.41
Raw-Response from Chrome Network-Tab:
{"responseStatus":{"errorCode":"ValidationException","message":"Validation failed: \
– ‘User Name’ should not be empty.
– ‘Password’ should not be empty.",“stackTrace”:"[Authenticate: 06.06.2015 15:50:50]:
[REQUEST: {provider:credentials}]
ServiceStack.FluentValidation.ValidationException: Validation failed:
– ‘User Name’ should not be empty.
– ‘Password’ should not be empty.
bei ServiceStack.FluentValidation.DefaultValidatorExtensions.ValidateAndThrow[T](IValidator1 validator, T instance)\ \ bei ServiceStack.Auth.CredentialsAuthProvider.Authenticate(IServiceBase authService, IAuthSession session, Authenticate request)\ \ bei ServiceStack.Auth.AuthenticateService.Authenticate(Authenticate request, String provider, IAuthSession session, IAuthProvider oAuthConfig)\ \ bei ServiceStack.Auth.AuthenticateService.Post(Authenticate request)\ \ bei lambda_method(Closure , Object , Object )\ \ bei ServiceStack.Host.ServiceRunner
1.Execute(IRequest request, Object instance, TRequest requestDto)",“errors”:[{“errorCode”:“NotEmpty”,“fieldName”:“UserName”,“message”:"‘User Name’ should not be empty."},{“errorCode”:“NotEmpty”,“fieldName”:“Password”,“message”:"‘Password’ should not be empty."}]}}