Hello,
I am using the builtin local DB and I am trying to access a GET on https://my_dsp/rest/db/my_table from Postman as a guest(without any kind of authentication). I am getting
"context": null,
"message": "No application name header or parameter value in request.",
"code": 400
Here is what i did as per the instruction
- Setup Schema and added data to the existing Database service which comes with the dsp
- Set up a role name and desc
- gave a GET service access(Database) to the role with Component * for all. Nothing is done in User tab or lookup key
- Ticked on Config - > allow guest user and selected the role
Its working fine from API Docs (/db/{table_name}) but cant access it from Postman or other place. All the settings are updated and I flush the system cache as well. What am I exactly missing? Some help will be highly appreciated.
Thanks