python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Change claims value while keeping user logged in c# web api and jquery client
I have a web application which has different shift types that are accessed either by set users in the database for each shift. Or you can log in as a basic requester with your active directory account...
slowlygettingthere
Votes: 0
Answers: 1
Using signalr_client package in flutter application, setting authorization header. FormatException: Invalid HTTP header field name
I'm trying to connect my flutter app to a hub in my .net core application.
this is what I'm trying :
// Connection to the signalr Hub
_connectToHub() async {
// The location of the SignalR Serve...
Mohammed Chanaa
Votes: 0
Answers: 1
Azure Functions and ASP.NET Web API: Do net treat missing values as empty strings
This seems to apply to both, azure functions and ASP.NET Core Web API: Assume that you have a simple class:
SomeClass
{
propA: string;
propB: string;
}
In the Controller you add something like ...
IT from Bit
Votes: 0
Answers: 1