This class provides an interface to the netscape cookies file to pass cookies
along with a request.
Now uses Commons HttpClient parsing and matching code (since 2.1.2)
getCookieHeaderForURL(URL url) Find cookies applicable to the given URL and build the Cookie header from
them.
Parameters: url - URL of the request to which the returned header will be added.
Find cookies applicable to the given URL and build the Cookie header from
them.
Parameters: url - URL of the request to which the returned header will be added. the value string for the cookie header (goes after "Cookie: ").