fix(cwproxy): ask the CSRF token of the domain of base URL
The web session might not have only 1 CSRF token, it might have a token for domain 1 and a token for domain 2. It should not happen, but it might happen and in this case it results in CookieConflictError
and we want to avoid this.