How to pass multiple data in my ajax query and save the data by api
I want to save the more than values from jquery ajax to web api please help me for this.
Here is my asp.net core web api code
I want to save the more than values from jquery ajax to web api please help me for this.
Here is my asp.net core web api code
My question is, can someone see your full URL web API, that you developed when a user makes a request with that URL get/post/delete/put ? Can they see in network traffic your Web APIs URL that are being called?
Example of URL: https://webapiserver.azure.com/something/something/Username/password
Can you actually see these content when the request is being made from a user, lets say i am developing an Android application, and inside that application, i make these kind of API request, and i worrying about the security, if an ‘attacker’ can see the content..
So I’m new to coding in general and starting to work with .net core 5.0. I’m trying to develop a simple API with Entity Framework Core and I’m having problems when I try to use the POST method. I have a class called Question and another one called Template, which goes as follows
So, I am new in asp.net core, and I am trying to create a new web api in asp.net core. The default controller is Weatherforecast, in other words when I debug the application in the browser the main page is always Weatherforecast. I added a new controller named MainController.cs, and I wrote some simple code there:
So basically what I’m trying to do is making a parking ticket system. I’ve got two classes one that contains info for a Car and one for a Ticket. I want the system to show all the tickets a car registration has gotten. public class Car { public string registrationNumber { get; set; } public … Read more
I’m using Entity framework with JWT token generator in my web API.
Every controller is [Authorize] in order to prevent not authorized api calls.
So, when the client calls the api, it sends an header containing the token in order to be evaluated.
Is there a possible way to read this token? It contains an information regarding a company user value and it is necessary in order to define the correct database.
I have created an API that generates a report in pdf format in japanese language. I have added the required font-families in the css. The report looks good when I run the api in local. although when I push it to pcf and then try to run it, some japanese characters are messed up.
I am trying to make a PostRequest from Unity that creates a new account in a database. When I run the Post Request function(click the submit button), a new Account is created in the database but all of the values are null. I am unable to get any of the data at the controller. I am sending the data as a string in Json format. Any help is appreciated.
Data fetched from API is not getting displayed on the screen but I am getting the data in the console.
I have created a B2C tenant with an user flow that contain a linkedin way for connect.
In my ASP.NET website, i want to display linkedin’s informations of the user connected.