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
Dev Tunnels service seems to be doing a wrong formatting of the URI when forwarding a request to the host.
This is an example of accessing a forwarded port with a path through a web client:
Note that %40 is for some reason being unencoded and sent to the Codespace application as @, the %2F becomes %252F.
Dev Tunnels service seems to be doing a wrong formatting of the URI when forwarding a request to the host.
This is an example of accessing a forwarded port with a path through a web client:
Note that
%40
is for some reason being unencoded and sent to the Codespace application as@
, the%2F
becomes%252F
.Repro steps:
/one%2Ftwo
Cannot GET /one%252Ftwo
The text was updated successfully, but these errors were encountered: