HttpPlatformHandler forwards the path un-escaped, breaks for `?` · Issue #33 · aspnet/IISIntegration

When HttpPlatformHandler forwards the request path and query, it uses the un-escaped path and the original escaped query. This causes a few issues: Query - If there is an escaped ? (%3F) in the ori...