Max Kozlov

Results 183 comments of Max Kozlov

There is something really wrong with encoding 65533 - 0xfffd - unicode replacement character https://www.fileformat.info/info/unicode/char/0fffd/index.htm that is, it means that the symbol on the server cannot be displayed on the...

Thanks, while I tried the built-in `is_anon()`, it didn't work. Everything worked out with the custom option. And in my case this is exactly the solution I need. I feel...

Yes, in my case, all unauthenticated users should raise 401, and authenticated users, depending on the role, 403 or 200 It is planned that the frontend of the application will...