TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About requests
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Ajay Kumar (4)
Sardar Mudassar Ali Khan (4)
Vijay Yadav (3)
Sarthak Varshney (2)
Velladurai (2)
Jaimin Shethiya (2)
Prashant Bansal (2)
Jignesh Trivedi (2)
Sarvesh Shinde (2)
Ashish Singhal (2)
Rion Williams (2)
Amit Mohanty (1)
Manoj Bhoir (1)
Mohit Kala (1)
Nilesh Jadav (1)
Pradeep Sahoo (1)
Gajendra Jangid (1)
John Godel (1)
Manas Mohapatra (1)
Manoj Kulkarni (1)
Parth Dave (1)
Pankaj Kumar Choudhary (1)
Vijai Anand Ramalingam (1)
Akshay Phadke (1)
Maniteja Vegi (1)
Arwin Neil Baichoo (1)
Bryian Tan (1)
Scott Lysle (1)
Tuhin Paul (1)
Jayraj Chhaya (1)
Kaviya Balasubramanian (1)
Sumit Gupta (1)
Kuppu Swami (1)
Vipul Malhotra (1)
Abhishek Yadav (1)
Santosh Sarnobat (1)
Sandeep Mishra (1)
Esmael Esmaeli (1)
Fariha Asmat (1)
Sameer Shukla (1)
Shantha Kumar T (1)
Shubham Bansal (1)
Sean Franklin (1)
Prakash Khaire (Ph.D.) (1)
Ravishankar N (1)
Hamid Khan (1)
Rithik Banerjee (1)
Sarathlal Saseendran (1)
Abhijeet Singh (1)
Akash Malik (1)
Santosh Kumar Adidawarpu (1)
Sateesh Arveti (1)
Afzaal Ahmad Zeeshan (1)
Krishnanand Sivaraj (1)
Arunava Bhattacharjee (1)
Devesh Omar (1)
Veena Sarda (1)
Ashish Shukla (1)
Jigar Desai (1)
Related resources for requests
No resource found
Integrating OpenAI's Assistant API in .NET Applications
10/30/2024 5:41:53 AM.
Integrating OpenAI's Assistant API in .NET empowers developers with advanced natural language processing capabilities. Using C# and Visual Studio, set up your project, manage API credentials secur
Introduction to JQuery.ajax Call in ASP.Net
10/3/2024 11:39:42 AM.
This article provides a comprehensive introduction to making AJAX calls using jQuery in ASP.NET applications. It covers the fundamentals of jQuery's AJAX methods, including how to send asynchronou
HTTP Methods for Web Development
9/24/2024 9:02:52 AM.
HTTP methods are essential for communication between clients and servers in web development. They define how data is requested, sent, and managed. Common methods include GET, POST, PUT, and DELETE, ea
Create A Simple Web Service In ASP.NET Using C#
9/12/2024 6:14:14 AM.
This guide covers building a REST API, handling HTTP requests, and integrating with JSON/XML data formats. Ideal for beginners, it provides step-by-step instructions using Visual Studio, focusing on p
How to Deploy a Gen AI Application on Docker?
9/2/2024 4:39:45 AM.
Learn how to deploy a Generative AI application using Docker with step-by-step instructions, including Flask setup, containerization, and handling POST requests.
CQRS Simplified - Explained and Implemented
7/30/2024 9:13:28 AM.
CQRS (Command Query Responsibility Segregation) in .NET Core separates read and write operations for better scalability and performance. By using distinct models for commands and queries, it simplifie
How to Use async in jQuery When Calling an API Using Ajax
7/30/2024 6:10:25 AM.
Learn how to use async and await in jQuery to streamline API calls with Ajax. This guide covers setting up an HTML page, creating a JavaScript file for async operations, handling errors with try-catch
How to Use ChatGPT?
7/25/2024 8:17:09 AM.
ChatGPT, developed by OpenAI, is a cutting-edge language model designed for versatile text generation and understanding. It assists with tasks like answering questions, content creation, and coding he
Understanding HTTP Interceptors In AngularJS
7/18/2024 3:19:24 PM.
Explore the intricacies of HTTP Interceptors in AngularJS with our comprehensive guide. Learn how interceptors can modify HTTP requests and responses globally, handle authentication, logging, and cach
Two Factor Google Authenticator Using ASP.NET Core And Angular
7/18/2024 12:26:15 PM.
Implementing 2-Factor Google Authenticator with ASP.NET Core and Angular enhances security by requiring users to provide a time-based one-time password (TOTP) alongside their password.
Angular vs. AngularJS: Key Differences and Syntax Changes
7/15/2024 5:02:27 AM.
AngularJS revolutionized web development with two-way data binding and a modular approach. Angular (2+) addresses performance issues, offering a modern framework with enhanced features like robust dep
How to Use AlpineGate AI's AlbertAGPT Model via API in C#
7/5/2024 8:11:06 AM.
Utilize AlpineGate AI's AlbertAGPT model through its API in C# for text generation and NLP tasks. Interact via HTTP requests, handling JSON serialization, and manage authentication for seamless in
Implementing Periodic API Calls and Error Handling in C# Windows Forms Application
7/4/2024 2:47:43 AM.
The Form1 constructor initializes a form and starts a timer. When the timer elapses (t_Elapsed), it fetches data from APIs configured in WebConfigurationManager.AppSettings. The demoGet method handles
Building a Basic Login Form with Angular and HttpClient
7/1/2024 6:38:09 AM.
Learn to build a secure login form in Angular using HttpClient for HTTP requests. This tutorial covers creating a TypeScript component, handling HTTP POST requests to a backend API, and integrating wi
Enable CORS In ASP.NET WebAPI 2
6/25/2024 10:04:06 AM.
Discover step-by-step instructions and configuration settings to handle CORS requests seamlessly, ensuring your WebAPI can be accessed from different origins while maintaining security and control ove
Exposing Local Web Server To Internet Using Ngrok
6/21/2024 10:05:05 AM.
Learn how to expose a local web server to the internet using Ngrok. Ngrok allows seamless testing and debugging by creating tunnels that support HTTPS for local applications. This tool is invaluable f
CRUD Operation In Angular 6
6/18/2024 10:47:23 AM.
Learn how to implement CRUD operations in Angular 6 effectively with this comprehensive guide. Discover how to create, read, update, and delete data using Angular's HTTP client to communicate with
Preventing CSRF Attacks in an ASP.NET Core MVC
6/13/2024 7:37:52 AM.
Cross-Site Request Forgery (CSRF) is a type of attack that can force a user's browser to send unwanted requests to a web application on which the user is authenticated, potentially leading to unin
Integrating .NET Core API with WhatsApp for Push Notification
6/3/2024 11:00:15 AM.
Learn how to integrate .NET Core API with WhatsApp API to send push notifications and enhance user engagement with real-time messaging.
What Is $HTTP Service In AngularJS
5/3/2024 8:59:52 AM.
Learn about the $HTTP service in AngularJS, which facilitates making HTTP requests from the client side. Explore how to use $http for fetching data, sending data to servers, and handling responses asy
How to Get All the Site Permission Levels in SharePoint 2013 Online Using REST API
5/1/2024 11:00:29 AM.
Learn how to utilize SharePoint 2013's REST API to access site permission levels remotely. Explore creating apps with NAPA Tool, handling cross-domain requests, executing CRUD operations, retriev
Learn $http Service In AngularJS
4/22/2024 6:58:58 AM.
Explore AngularJS $http service for making HTTP requests with configuration objects, utilizing built-in services like $log for debugging, handling asynchronous responses with promise objects, and util
IHttpClientFactory in .NET Core
4/5/2024 9:50:07 AM.
In this article, we will learn IHttpClientFactory in .NET Core simplifies HTTP client management by providing a central mechanism for creating and managing HttpClient instances.
Explanation of HttpClient in .NET Core
4/3/2024 10:41:08 AM.
The HttpClient class simplifies making HTTP requests (like GET or POST) in your .NET Core applications. It handles connections, timeouts, and responses, letting you focus on the data you need.
Azure Devops Project Configuration - Pipelines
3/26/2024 2:58:37 PM.
In this article, you’ll learn how to create a Azure DevOps Pipeline for CI and CD without using YAML Coding, source in Azure GIT repos, Configuring Build and release in Azure Web App Services.
Azure DevOps For Web Devlopment - Part Two - Azure Repos
3/22/2024 9:00:47 AM.
In this second part of the Azure DevOps for Web Development Series, we saw how to initialize a local git repository and push your code to Azure Repos to save work and manage code changes across your t
Implementing Resilient HTTP Requests in C#
3/16/2024 11:08:30 AM.
Ensuring reliable communication between systems is vital. Learn how to implement resilient HTTP requests in C# using Polly for robust, fault-tolerant applications.
ASP.NET MVC Tooltip with Web API, Bootstrap Popover, jQuery UI Dialog
3/7/2024 8:41:29 AM.
This article provides a detailed guide on dynamically adding help/tooltip icons to form elements using jQuery UI modal or Bootstrap popover. The tooltips are fetched from a centralized location via We
Tailoring Site Responses to Microsoft Tag Requests
2/28/2024 11:35:10 AM.
Microsoft Tag is interesting alternative to the use of typical QR tags; the response options to reading a Microsoft Tag include returning the user’s rough position as latitude and longitude or a posta
Vue.js HTTP Requests: Error Handling, Authentication, and File Uploads
2/28/2024 5:09:20 AM.
Vue.js, with its simplicity and reactivity, is not only a front-end framework but also excels in facilitating communication between the client and server through HTTP requests. In this article, we wil
Third-party API Integration in Asp.NET Core Web API
2/20/2024 6:21:52 AM.
ASP.NET Core is a powerful framework for building web APIs, allowing developers to create robust and scalable applications. One of the key features of modern web development is the integration of thir
Use .http files in Visual Studio
2/13/2024 5:52:23 AM.
In Visual Studio, .http files enable direct API testing within the IDE from Visual Studio 2019 onwards. Before this, developers relied on tools like Postman or Swagger, or unit testing. These files st
Get All The Users In An O365 Organization Using Graph API
2/9/2024 7:21:02 AM.
In this article, I would like to explain and share the NodeJS code to get all the users from O365 using Graph API and will also discuss how to validate the graph API users' results again in the o3
Dynamics 365 - Execute Multiple Requests
2/9/2024 6:57:33 AM.
Sometimes, in projects, we have a requirement where we need to undertake the actions at once on numerous records in the system over an entity. In this article, we will see how to achieve that.
HTTP Requests in .NET Core with HttpClient and HttpClientFactory
1/30/2024 11:55:26 AM.
In this article, we explore efficient HTTP request handling in .NET Core using HttpClient and harness the power of HttpClientFactory. Learn best practices for scalability, dependency injection, and op
Routing to Controller Actions in ASP.NET Core MVC
1/30/2024 4:15:10 AM.
In ASP.NET Core, routing to controller actions is facilitated through attributes that define route templates, mapping incoming HTTP requests to specific actions. Multiple conventional routes can be es
Handling HTTP Patch Method in AngularJS Frontend and C# Backend
1/12/2024 7:14:11 AM.
Discover the power of the HTTP PATCH method with this tutorial, focusing on AngularJS frontend and C# backend integration. Uncover the nuanced approach of making partial updates to resources, as the A
Using RESTSharp for CRUD Operations in ASP.NET Core Web API
12/19/2023 7:24:01 AM.
Utilizing RESTSharp for CRUD operations in ASP.NET Core Web API offers a streamlined approach to interacting with APIs. This library simplifies HTTP requests and responses, allowing developers to focu
Axios with React/React Native for HTTP Requests
10/23/2023 7:17:32 AM.
This article explains how to use Axios library in react native for making http requests
What is Action, Non-Action Methods and Types of Action Results
10/10/2023 5:31:57 AM.
In ASP.NET Core, actions are the methods within a controller that handle HTTP requests and produce HTTP responses. These actions can return different types of action results, which determine how the r
SharePoint Developer Tools - How To Test And Debug SharePoint Rest API Endpoints (Post Requests)
8/25/2023 8:23:24 AM.
In this article we will see how to use Fiddler as a debugging & testing tool for SharePoint REST API EndPoints.
ASP.NET MVC 5 API Testing with Postman
8/24/2023 4:17:46 AM.
Postman is a widely used API testing tool that allows developers to send requests to an API and receive responses. It provides a user-friendly interface to build, test, and document RESTful web servic
Disabling Access Requests and Controlling Site Sharing with PowerShell
7/16/2023 5:40:13 AM.
In SharePoint Online, managing access requests and controlling site sharing settings is crucial for maintaining security and governance. In this article we will see how to disable access requests and
HTTP Requests in Power Automate
7/12/2023 6:13:02 AM.
In this article, we will deal with HTTPs Request in Power Automate and explore its functionalities, and demonstrate how to leverage its power through coding samples.
Implementing A Proxy Server In C# - An Example And Test Case
12/9/2022 11:48:43 AM.
In this tutorial, we provide an example of how to create a simple proxy server in a C# application using the HttpListener class. We also show how to write a test case to verify that the proxy server w
Power Automate Approval Requests With Attachments Using Embedded Canvas App In Model Driven App Form
7/26/2022 9:42:46 PM.
In this article, you will learn about Power Automate approval requests with attachments using an embedded canvas app in model driven app form.
Manage HTTP Requests In Angular: Http Interceptor
7/18/2022 9:36:14 AM.
Manage HTTP Requests In Angular using Http Interceptor
Demystifying Modern Approvals Data Storage In Dataverse
1/19/2022 1:55:39 PM.
In this article, we will learn about how modern approvals data is being stored in the backend i.e. Microsoft Dataverse. We will learn the schema of tables used for approvals.
Python - Requests Library
12/25/2021 3:54:39 PM.
Article explains on how to work with the elegant 'Http' library of Python called 'requests'
Understanding Power Automate FLOW runs/ Action Requests limits
8/16/2021 6:16:02 AM.
In this video article we will be understanding how Microsoft have set the limitations on usage of FLOWs in Power Automate.
Power Automate Actions For Managing Hub Site Requests
6/18/2021 2:45:28 PM.
In this article, you will learn what are the Power Automate actions available for managing Hub site join requests.
File Requests In OneDrive
4/18/2021 6:27:04 AM.
In this article, you will learn about File Requests In OneDrive.
AWS - API Gateway - 🔒 Only Allow Requests From Your IP
1/21/2021 2:59:56 PM.
In this short reference, I will describe how to quickly secure your API Gateway so that it will only accept requests from your IP address. This will effectively prevent any malicious attacks to your A
Extract an E-mail From a Webpage
9/5/2020 2:08:36 PM.
This article looks at how to collect an e-mail from any webpage using Python programming language.
Azure Storage CORS Concepts - CORS In The Browser - Part Two
8/31/2020 6:12:06 AM.
In this article, you will learn how to explicitly enable CORS in the browser through HTML and scripting.
HTTP Requests Using IHttpClientFactory
7/17/2020 5:54:01 AM.
In this article, you will learn about HTTP requests using IHttpClientFactory.
What Is The Internet?
7/7/2020 7:11:58 AM.
In this article, you will learn how the internet works.
Combine XML And Json Requests And Responses In ASP.NET Core Web API
4/13/2020 4:03:12 PM.
In this post, we will see how to pass XML and Json data in same web request as well as get XML and Json data from same request as per our need.
Capture Requests and Get Cookies of Web Page in a WebView in Android
3/22/2020 3:18:10 AM.
In this article we will learn how to capture requests and get cookies when a web page is loaded into a WebView in Android.
How Container Handle Requests in Java
9/19/2019 5:01:42 AM.
A Container is a Java application that controls a servlet.
Count Image Requests from a Web Server using ASP.NET
11/15/2018 1:18:53 AM.
This article explains you how we can count Image request from a Web server using C# and ASP.NET.
SharePoint Developer Tools - How To Test And Debug SharePoint Rest API Endpoints (Get Requests)
2/28/2018 9:24:20 AM.
In this article, we will understand how utilize a famous developer productivity tool called fiddler as a REST API Test Client for SharePoint (though the target system could be anything with a valid RE
Angular 2 Custom Attribute To Secure The HTTP Requests And To Show/Hide Spinner During The Service Call
4/19/2017 10:25:48 AM.
Angular 2 Custom Attribute To Secure The HTTP Requests And To Show/Hide Spinner During The Service Call.
Enabling Cross-Origin Requests In ASP.NET Core
1/24/2017 4:07:28 PM.
In this article, you will learn how to enable cross-origin requests in ASP.NET Core.
Detecting AJAX Requests In ASP.NET MVC 6
7/13/2016 6:18:50 PM.
In this article, you will learn how to detect AJAX requests in ASP.NET MVC 6.
An Overview Of IIS 7.5 Feature - Logging
3/30/2016 3:11:53 PM.
In this article, we will look into one of the features of IIS 7.5 that helps in logging HTTP web requests coming to a web site
Prevent Repeated Requests Using ActionFilters In ASP.NET MVC
10/27/2015 11:36:21 AM.
In this article you will learn about how to prevent repeated requests using ActionFilters in ASP.NET MVC.
A Tip For Ajax Developers in ASP.Net MVC Framework
3/22/2015 12:56:24 AM.
This article shares the concept of the ASP.NET MVC framework and the ajax support. It explains how to send ajax requests to a controller, to get a simple message notification, instead of an entire View as a result.
Requests and Responses in Web Browsers and Web Servers
1/27/2015 5:08:20 PM.
In this article you will learn about requests and responses in web browsers and web servers.
Global Error Handler For AJAX Requests in MVC
12/2/2014 10:17:26 AM.
This article explains how to handle AJAX request exceptions globally in MVC.
Debugging HTTP Requests and HTTP Responses
11/25/2013 10:56:07 AM.
This article introduces an easy way to the see all the details of a HTTP request and HTTP response.
SP Diagnostics Tool - Part 3 of 3
7/16/2013 5:44:38 PM.
In Part 1 and Part 2 we have seen reports on performance and HTTP Requests. There are other reports also available out of box to help diagnose performance issues and report usage patterns.
Count Image Requests from a Web Server using ASP.NET (VB.Net)
5/20/2012 1:13:18 AM.
This article explains you how we can count Image request from a Web server using VB.Net and ASP.NET.
HTTP Requests in ASP.NET
12/23/2011 9:19:10 AM.
In ASP.NET to process requests a pipeline model is used which consists of HTTPModules and HTTPHnadler objects. This pipeline model forms the low level framework which is used by web pages and web services. Here we will see high level overview of asp.net request processing.
HTTP Handlers for Images in ASP.NET
12/26/2005 3:51:11 AM.
Have you ever thought of streaming thumbnails just by passing query string indicating width or height of thumbnail you need, and most importantly passing those to image itself?