Set-Cookie missing when Proxying through cloudflare enabled

Title describes issue

  1. Double-check your server’s response headers to make sure the ‘Set-Cookie’ HTTP header is actually being sent. You can do this using cURL or any HTTP client.
  2. Make sure you’re not unintentionally stripping the ‘Set-Cookie’ header via any page rules or firewall rules on Cloudflare.
  3. Check if the ‘Set-Cookie’ header is being set on the ‘cf-cache-status: DYNAMIC’ response from Cloudflare (you can use the ‘network’ tab in the Chrome DevTools for this).

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.