-
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] HttpResponseMessage.Headers is empty #53668
Comments
Tagging subscribers to 'arch-wasm': @lewing Issue DetailsFailing unit test
|
This is most likely caused by lack of Way to do this is add |
What was the failure log? Do we have a specific determined set of header names that we can set |
The list of specific header is dependent on the unit tests and the middleware. There could be many. Credentials are not currently in scope for WASM as far as I could tell. It may be more interesting for mobile unit tests which have different underlying http component. To make credentials work, you have to state host name explicitly and avoid |
The specific log is not interesting, it just throws exception when looking for response header. |
Failing unit test
System.Net.Http.Functional.Tests.HttpClientHandler_RemoteServerTest.SendAsync_SendRequestUsingMethodToEchoServerWithContent_Success
forPOST
Echo.ashx
Caused by lack of CORS on server side, fix in progress.
The text was updated successfully, but these errors were encountered: