wingo opened issue #11780:
Quoth RFC 9110 §4.2.3:
When not being used as the target of an OPTIONS request, an empty path component is equivalent to an absolute path of "/", so the normal form is to provide a path of "/" instead.
However Wasmtime always normalizes
""to"/", even if the method is set toOPTIONS.Related to https://github.com/WebAssembly/wasi-http/issues/195.
wingo added the bug label to Issue #11780.
alexcrichton added the wasi:impl label to Issue #11780.
fitzgen added the wasi:spec label to Issue #11780.
Last updated: Dec 06 2025 at 06:05 UTC