drunomics / nuxtjs-drupal-ce

A Nuxt module to easily connect Drupal via custom elements.
https://lupus-decoupled.org/
MIT License
22 stars 4 forks source link

When exposeAPIRouteRules is used, session cookie gets lost #198

Closed fago closed 4 months ago

fago commented 4 months ago

Steps to reproduce

It seems the session cookie is not forwarded when the request is forwarded.

fago commented 4 months ago

Note: This should work out-of-the-box due to the fetchProxyHeaders value having 'cookie' as default value

fago commented 4 months ago

fixed with #199