cometd / cometd-nodejs-client

CometD client for NodeJS
Apache License 2.0
17 stars 7 forks source link

Only send cookies for the request host #3

Closed sbordet closed 7 years ago

sbordet commented 7 years ago

The library should send cookies that have been set by a particular domain.

This is a simplification of full cookie handling (honoring the Domain and Path parameters), but will do for now.