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
After guessing from the empty host bit that it's treating "//" as a protocol-relative URL; and we can confirm this by curling localhost:2000//test/a/b/c: the logging output says:
tide::log::middleware <-- Request received
method GET
path /a/b/c
I haven't gone digging for where this might be happening, but thought I'd open this issue in case it's a quick fix for someone else :-)
The text was updated successfully, but these errors were encountered:
Consider the following minimal tide server:
If we then run curl against it:
The logging output contains:
After guessing from the empty host bit that it's treating "//" as a protocol-relative URL; and we can confirm this by curling
localhost:2000//test/a/b/c
: the logging output says:I haven't gone digging for where this might be happening, but thought I'd open this issue in case it's a quick fix for someone else :-)
The text was updated successfully, but these errors were encountered: