Hi,
I am calling an api and this is the return data.
Could you please help me to loop through the JSON data?
The JSON string -
{
"Outputdata": {
"@xmlns": "http://xmlns.oracle.com/apps/pa/.......",
"@xmlns:xsi": "http://www.w3.org/2001/XMLSchema-instance",
"TASK_0"...
Hi,
i have the Problem that i want to send after a successul Login on my net core Web API a httponly cookie to the Browser (to save a Refresh Token Authorisation).
But i can't see after the Login the cookie in the Browser (Development Tools - Application Data).
I am in development Mode:
API...
We have created an app which captures error logs. API's help us do that but when the error is created user must be notified. Can you help us?
Source code:- GitHub - ranadeepmedagone/LogApp
Hi,
I have an ASP.Net Web API 2 with BasicAuthenticationAttribute that is working as expected. In my application, there are different controllers and I want to add bearer token-based authentication to one of my controllers. I added those NuGet packages:
Microsoft.AspNet.WebApi.Owin...
I?m working with a project that has been created as a ASP.Net Web Application with the ?Web API? template and ?Individual User Accounts? enabled as the authentication option. I have a console application that consumes the web api. But When I want to get the token it gives me an html string with...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.