File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ At this point we need to go back to those muddy waters around origins and cookie
7676Let's consider a website running at ` http://localhost:8080 ` making AJAX requests to ` http://localhost:3000 ` . The ports
7777don't match so they have different * origins* . We're in CORS territory.
7878
79- However, a * cookie domain* is not the same thing as an * origin* . Cookies for both of these server will have a domain of
79+ However, a * cookie domain* is not the same thing as an * origin* . Cookies for both of these servers will have a domain of
8080* localhost* . The port is ignored. So from a cookie-domain perspective they count as the same site.
8181
8282Keep in mind that cookies were introduced to the web a long time ago. If they were introduced from scratch today they
You can’t perform that action at this time.
0 commit comments