StarlingMonkey icon indicating copy to clipboard operation
StarlingMonkey copied to clipboard

Fetch fails when guest content set `Host` header.

Open karthik2804 opened this issue 5 months ago • 3 comments

When the guest content sets the Host header, it fails with the following error

 Error: Failed to clone headers 

This is because' Host' is a forbidden header in the wasi-http spec. I believe that this was fixed a while back where the engine would remove the host header but it seems to have regressed now.

karthik2804 avatar Sep 19 '24 19:09 karthik2804