-
Notifications
You must be signed in to change notification settings - Fork 251
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Spin apps are no longer allowed to set host headers with Wasmtime 21.0.1 #2575
Comments
There aren't many reasons to set a |
@karthik2804 - I know you noticed this working on the new JS SDK. Can you please bring up here what the scenario where this was encountered is? |
I was working on getting the |
To be clear: this was not released code? |
@lann no it is not released code, I have been building of a PR branch. |
Thx for the clarifications. I will close this issue as will-not-fix. |
Using the Canary version of Spin, a guest (Spin component), is no longer able to set the host header on outbound http requests.
This change in Wasmtime is what impacts this: bytecodealliance/wasmtime#7905. It was incorporated in Spin with Wasmtime 21.0.1 #2538.
Currently looking in to a potential update to Wasmtime to relax and still allow host headers to be set from the guest.
The text was updated successfully, but these errors were encountered: