-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rest api: /V1/store/websites is reachable without a valid customer key/secret #3719
Comments
I have the same issue even with empty tokens |
Same on 2.0.2 |
This is as designed. Intent is to allow mobile shopping apps or ajax style applications to browse the catalog and purchase. You'll notice that we block some extensible data objects (inventory) from being displayed when catalog is being accessed anonymously. You'll notice that we have 3 different sets of Quote APIs to allow anonymous, logged in user and the Admin to access those business objects. When accessing Quote anonymously ( or as a logged in user ). You can only access your (one) cart. However as an Admin you can see the cart_id and access any cart that's active. @spotlerbob do you have a concern? Can you provide details of your concern and use case as to why we shouldn't provide anonymous access to Catalog ( same properties as is available on the store front to anonymous users ). |
@choukalos (This is spotlerbobs actual github account) My concern is that when i'm running multiple websites on one magento instance, i might not want this information to be public. These websites/webshops might be competing webshops and i might want to hide the fact that i own both. |
Linking to #3786; converting to Bug |
Hello @spotlerbob, the bug is fixed now. Thanks for finding and reporting the issue! |
Steps to reproduce
develop
branch.Expected result
Actual result
The text was updated successfully, but these errors were encountered: