Error ArrayIndexOutOfBoundsException API

tofanweb3 years ago

Hi all

I send request from postman :

 .../api/users?email=123456&name=123456&password=123456

Header :

Authorization  admin:admin123

Content-Type application/json

But I give error :

Index 1 out of bounds for length 1 - ArrayIndexOutOfBoundsException (SecurityRequestFilter:80 < ...)

:( why ? please help me

Anton Tananaev3 years ago

Everything from query parameters to authentication is incorrect. Please read documentation.