Hi all,
In Admin console, in menu: Role > Access
When we assign a “Service Access” to a Role for a SQL connection in the Component’s list, we have for table access (and other components too) two options:
_table/
and
_table/*
When i try to have for my default role (the Guest access) an access to verbs GET and POST to one table (for example table mainki), i first try to select in Component _table/mainki/* . That means for me all fields in that table.
But when i try to make a POST request on it, i receive a 401 (Unauthorized) response.
If i select in the component _table/mainki/ and if i make the same POST request, it return 200 OK !
Ok, i have to use the component without the * but when i was working on some GET requests all goes fine and it doesn’t work only on POST one !
So my question is what the difference between _table/xxx/ and _table/xxx/* ?
cheers,
cesar