winterjs icon indicating copy to clipboard operation
winterjs copied to clipboard

Origin header is missing on request in fetch event

Open jurijzahn8019 opened this issue 11 months ago • 6 comments

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!

jurijzahn8019 avatar Mar 19 '24 06:03 jurijzahn8019