[SignalR] Could not parse value for header 'User-Agent' #30137
Labels
area-signalr
Includes: SignalR clients and servers
bug
This issue describes a behavior which is not expected - a bug.
Milestone
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
When i try to connect from a
Microsoft.AspNetCore.SignalR.Client
with a SignalR server i get the following exception:Failed connecting with the SignalR server: Could not parse value for header 'User-Agent'
What i have found so far is that:
WebSockets
ANDSkipNegotiation
is true ex:To Reproduce
Try to connect with a server using mono runtime.
Exceptions (if any)
Further technical details
My question is, is there any easy way to overcome this? Like settings custom
User-Agent
headers from server side?I would just go with WebSockets but this limits me from using featurs like Authentication and Identities etc.
Thank you.
The text was updated successfully, but these errors were encountered: