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)
How to enable CORS on C# server?
I am developing a web app that has a cloud server (nodeJS) and a local server (C#) to interface the serial port of the PC. The web page whose origin is the cloud server makes requests to the local ser...
Lucas Miyazaki
Votes: 0
Answers: 1
Payment Gateway Integration between Android app and Web Api
This is my first time integrating a payment gateway. I am trying to integrate FlutterWave Payment gateway in my application. Its an Android app native with .net Web Api/Rest as backend. We deduct amo...
Kashir Hasan
Votes: 0
Answers: 1
dotnet WebApi + Client - ClientApp SPA is not protected by .AddAuthentication or .AddOAuth
I have a standard dotnet WebApi + Client application with the ClientApp folder containing a create-react-app SPA
In my Startup - I have .AddAuthentication
.AddAuthentication(options =>
{
...
Matt
Votes: 0
Answers: 1