If you visit a page that uses data from any kind of search, and cookies are disabled, the search will be unsuccessful and return no data. No error message will be shown, however if you use web inspector, you’ll see the following error:
[Error] Failed to load resource: the server responded with a status of 401 (Unauthorized) (mget, line 0)
This error shows even if the data type is set to be visible to everyone. I first noticed this bug when setting embedding a bubble page in an iframe on a non-bubble site. the iframe worked fine in all browsers, except when I tested it in Safari after clearing my cookies, since safari prevents iframes from setting cookies if the user has no past cookies from the embedded site.
Has anyone else experienced this?