New issue 56211 by dawagner: chrome.cookies fails for localhost domains
http://code.google.com/p/chromium/issues/detail?id=56211
Call chrome.cookies.set({domain: "localhost", name: "foo", value: "bar",
url: "http://localhost/"});
Expect: Cookie to be set
Get: Error during cookies.set: Failed to parse or set cookie named "foo".
This issue is now blocking issue selenium:818.
See http://code.google.com/p/selenium/issues/detail?id=818
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
Comment #1 on issue 56211 by joc...@chromium.org: chrome.cookies fails for
localhost domains
http://code.google.com/p/chromium/issues/detail?id=56211
You can only set domain cookies for registry controlled domains, i.e.
something ending in .com or so, but not IPs or intranet hostnames like
localhost
I am in the same boat. I love chrome, but my work needs me to work on
localhost... so I have to use Firefox, and I lose all my favorite features
and interfaces.
please answer to comment #5
Bump
Answer comment #5.
As for now, Chrome users will get a notification using our systems, and are
asked to install a proper browser that don't fiddle with stuff like this.