You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Roughly April 10th, 2025, something changed about the way auth was handled for files. By including the auth headers in GET requests for files, a session cookie was being set that seemed to cause 401s for any file requests. In essence, one bad request meant that you couldn't recover unless you specifically cleared those cookies out of the session.
Here we avoid that problem entirely by simply not sending auth headers when requesting attachment downloads.
More discussion here: ucfopen#687
0 commit comments