I Want to create GET and POST request data
Budget: $10 – $30 USD
I have created webpage using asp.net mvc
I need help to get the number of GET and POST requests of the webpage and store them in the database
and show the data on chart on Home page
I want to collect data whenever GET and POST code is executed
HttpGet and HttpPost
So when user click the button or add information, I want to collect data on how many user create, read, update and delete on the page
and form a chart like analytics
Get the number of HttpGet and HttpPost request executed on the page
If you open my code, you will find GET and POST
I want the chart to be display on Home page (Index)
I want to track HttpGet and Post request of Location and User page
I want to get/track the number of HttpGet and Post executed in the page when user create, read, update and delete and store them in the database.
Plot them in graph and display them in Home page
If you open my code, you will understand what I mean
This is how the graph will look like. (Graph.PNG)
I am using visual studio 2022.
I need help to get the number of GET and POST requests of the webpage and store them in the database
and show the data on chart on Home page
I want to collect data whenever GET and POST code is executed
HttpGet and HttpPost
So when user click the button or add information, I want to collect data on how many user create, read, update and delete on the page
and form a chart like analytics
Get the number of HttpGet and HttpPost request executed on the page
If you open my code, you will find GET and POST
I want the chart to be display on Home page (Index)
I want to track HttpGet and Post request of Location and User page
I want to get/track the number of HttpGet and Post executed in the page when user create, read, update and delete and store them in the database.
Plot them in graph and display them in Home page
If you open my code, you will understand what I mean
This is how the graph will look like. (Graph.PNG)
I am using visual studio 2022.