Logically, the request you sent to RS says "I am anonymous, show me all Customers" which has 2 issues: 1. That is security issue to return any customer information to an anonymous user 2. That is a performance issue to return all customers without any filter at all So, that specific operation is not allowed on RS Would be good if you could describe what you are trying to achieve.
↧