Skip to content

fix(cwproxy): ask the CSRF token of the domain of base URL

Nicola Spanti requested to merge topic/default/domain-csrf into branch/default

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.

Merge request reports

Loading