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
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.
The text was updated successfully, but these errors were encountered:
It may well do, although this has never passed for StarlingMonnkey so that doesn't line up the comment that this was a regression, but however we get coverage is of course fine.
When the guest content sets the
Host
header, it fails with the following errorThis 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.The text was updated successfully, but these errors were encountered: