I have a form group set up thusly: controls = { type: new FormControl(), attendanceDate: new FormControl(), status: new FormControl(), } form = ne
I tried to send file by JS Fetxh API to ASP .NET 6 WebAPI and get 400 status. let data = new FormData() data.append('file', file) const response = await fetch('
I'm using the newer .net Azure.Identity and Azure.Security.KeyVault libraries and I'm wondering if it's possible to create a short lived JWT that is scoped to a
We are running an application on nginx and fpm. The problem that we are facing is, there is a page where in there are more than 50 ajax request to server which
What I want to do is set a flag to go from this option: To this option: The reason for this is that I have error handlers throughout my code and whilst I'm de
I am storing change object in mongoDB database to, it is getting saved can see in db, but while retrieving back from mongoDB collection in application, getting