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
{{ message }}
This repository was archived by the owner on Mar 17, 2026. It is now read-only.
Hi there,
I have managed to run my js app with winterjs.
I have a csrf Middleware which evaluates request origin header. And I discovered that the header is always undefined.
I added a log statement right away in the event handler to verify it not my request pipeline, and yes header is missing.
Do I miss something?
Thank you in advance and you make a great job!