-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
[wasm][HTTP] TypeError: Failed to execute 'fetch' on 'Window': 'TRACE' HTTP method is unsupported. #53592
Labels
Milestone
Comments
Tagging subscribers to this area: @dotnet/ncl Issue DetailsFailing tests Methods
Fails with
|
dotnet-issue-labeler
bot
added
the
untriaged
New issue has not been triaged by the area owner
label
Jun 2, 2021
pavelsavara
added a commit
to pavelsavara/runtime
that referenced
this issue
Jun 2, 2021
- disabled tests with dotnet#53591 - disabled tests with dotnet#53592
pavelsavara
added a commit
that referenced
this issue
Jun 2, 2021
- enable System.Net.Http.Functional.Tests on browser - System.Net.Http.Functional.Tests to run in chrome instead of V8 via WasmTestOnBrowser - ActiveIssue #34690 for WebSocket on Windows Mono - fix Quic detection in test - disable webSocket tests on Mono/Windows - disable tests with MaxConnectionsPerServer not supported on Browser - disable tests with Socket not supported on Browser - disable tests with AutomaticDecompression not supported on Browser - disable tests with UseProxy not supported on Browser - disable tests with PreAuthenticate not supported on Browser - disable tests with Credentials is not supported on Browser - disable tests with Loopback server - run outerloop on browser, rather than V8 only - [ActiveIssue] #37669 for missing crypto MD5 - conditional tests with PlatformDetection.IsBrowserDomSupportedOrNotBrowser to allow System.Net.Http.Functional.Tests pass on V8 - disabled tests with #53018 - disabled tests with #53591 - disabled tests with #53592
@pavelsavara FYI: I marked it triaged on your behalf |
pavelsavara
added a commit
to pavelsavara/runtime
that referenced
this issue
Jun 8, 2021
- move tests to inner loop - more granular ActiveIssue dotnet#53592 for lack of TRACE - more granular ActiveIssue dotnet#53591 for content on GET/HEAD - more granular ActiveIssue dotnet#53874 for HttpRequestMessage.Headers.Host - more granular ActiveIssue dotnet#53872 for NPE on System.Net.Http.BrowserHttpHandler - fix HTTP vs HTTPS test configuration `Http2SecureRemoteEchoServer` - include echo middleware in xharness server - include middleware in Helix correlation payload
pavelsavara
added a commit
that referenced
this issue
Jun 9, 2021
- move tests to inner loop - include echo middleware in xharness server - improve doc - more granular ActiveIssue #53592 for lack of TRACE - more granular ActiveIssue #53591 for content on GET/HEAD - more granular ActiveIssue #53874 for HttpRequestMessage.Headers.Host - more granular ActiveIssue #53872 for NPE on System.Net.Http.BrowserHttpHandler - more granular ActiveIssue #53876 - include middleware in Helix correlation payload
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is behavior of underlying browser network component which makes sense. The open question is if we want to wrap the exception message
Details
Failing tests
System.Net.Http.Functional.Tests.HttpClientHandler_RemoteServerTest
when executed on Wasm/Browser in Outerloop tests.Methods
SendAsync_SendRequestUsingMethodToEchoServerWithNoContent_MethodCorrectlySent
SendAsync_SendRequestUsingNoBodyMethodToEchoServerWithContent_NoBodySent
Fails with
The text was updated successfully, but these errors were encountered: