Comment on Introducing Braintree.jsparentComments−someone1313yI can't speak to anything like IP or user agent, but they're not doing anything with cookies. You can put their JS code:https://js.stripe.com/v1/Into a JavaScript beautifier:http://jsbeautifier.org/And see that there's no mention of cookies at all, and, their server won't see cookies from another domain.−pbreit13yDo cookies need to be explicitly referenced in code or do they just come along with the request? The cc processor is only interested in its own cookies, not the merchants'.
Comments
I can't speak to anything like IP or user agent, but they're not doing anything with cookies. You can put their JS code:
https://js.stripe.com/v1/
Into a JavaScript beautifier:
http://jsbeautifier.org/
And see that there's no mention of cookies at all, and, their server won't see cookies from another domain.
Do cookies need to be explicitly referenced in code or do they just come along with the request? The cc processor is only interested in its own cookies, not the merchants'.