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 Http request
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Sardar Mudassar Ali Khan (4)
Ajay Kumar (4)
Jaimin Shethiya (3)
Vijay Yadav (2)
Jignesh Trivedi (2)
Vishal Yelve (2)
Santosh Sarnobat (2)
Amit Mohanty (1)
Jalpa Dhola (1)
Rasul Huseynov (1)
Anubhav Chaudhary (1)
Ravishankar Singh (1)
Nilesh Jadav (1)
Debasis Saha (1)
Pradeep Sahoo (1)
Gajendra Jangid (1)
John Godel (1)
Velladurai (1)
Manoj Kulkarni (1)
Pradeep Yadav (1)
Parth Dave (1)
Sarthak Varshney (1)
Zain Ul Hassan (1)
Akhil Mittal (1)
Pankaj Kumar Choudhary (1)
Maniteja Vegi (1)
Akshay Phadke (1)
Nanddeep Nachan (1)
Vithal Wadje (1)
Tuhin Paul (1)
Jayraj Chhaya (1)
Kaviya Balasubramanian (1)
Kuppu Swami (1)
Harishraj Biruduraju (1)
Sandeep Mishra (1)
Umesh Baradkar (1)
Ishoo Anyal (1)
Md Tahmidul Abedin (1)
Esamaldin Mohammed (1)
Bhavesh Raval (1)
Esmael Esmaeli (1)
Deepraj Bhatta (1)
Daniel Gomez (1)
Swesh S (1)
Sourav Kayal (1)
Mudita Rathore (1)
Hamid Khan (1)
Swatismita Biswal (1)
Ramees (1)
Devesh Omar (1)
Kamal Rawat (1)
Anand Kumar (1)
Vikas Mishra (1)
Ashish Shukla (1)
Kiran Khambete (1)
Mike Clark (1)
Jigar Desai (1)
Related resources for Http request
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
Add Multiple Users to SharePoint Group together in one API call
10/26/2024 6:33:17 AM.
This article outlines how to streamline adding multiple users to a SharePoint Group using Power Automate. By leveraging a single HTTP request, users can efficiently batch add members to a group.
ASP.NET Core Middleware
10/22/2024 11:57:39 AM.
ASP.NET Core Middleware plays a crucial role in the request processing pipeline of web applications. It allows developers to add custom functionalities, such as authentication, logging, and error hand
Make AJAX Call and Return JSON Using AngularJS
10/8/2024 4:05:12 AM.
Learn how to make AJAX calls and handle JSON data using AngularJS in this comprehensive guide. We'll cover how to use the $http service for asynchronous requests, manage responses, and integrate A
How to create a language translator using Google's API and JavaScript
9/17/2024 10:42:21 AM.
This article demonstrates how to create a language translator using the Google API and JavaScript. It covers integrating the Google API for translating text, contrasting it with previous methods like
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
Complete File Upload and Download in ASP.NET Core MVC
8/30/2024 5:08:01 AM.
Implement file upload and download functionality in an ASP.NET Core MVC application. This guide covers project setup, model creation, controller logic, view implementation, and security best practices
AngularJS From Beginning: Http Request or Ajax - Part Seven
8/21/2024 6:33:37 AM.
In this article, we will discuss how to use $http service or ajax request in AngualrJS.
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 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
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
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
Understand Antiforgery Token In ASP.NET MVC
6/19/2024 11:55:51 AM.
In ASP.NET MVC, Anti-forgery Tokens prevent Cross-Site Request Forgery (CSRF) attacks by generating unique tokens for each request. They safeguard web applications by validating the authenticity of re
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
HTTP Request Methods in .NET Core
6/14/2024 4:24:03 AM.
A collection of resources housed on different web servers make up the Internet. Users utilize a variety of web browsers that can communicate with the server and display its contents in order to access
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.
Learn About Action Selectors In ASP.NET MVC
5/27/2024 12:01:22 PM.
This article elucidates action selectors in ASP.NET MVC, guiding from basic to advanced concepts. It covers action methods, various action selectors like ActionName, NonAction, and ActionVerbs such as
RESTful Day Eight: Unit Testing And Integration Testing in WebAPI Using NUnit And Moq framework: Part Two
5/24/2024 10:24:35 AM.
In "RESTful Day Eight: Unit Testing And Integration Testing in WebAPI Using NUnit And Moq framework: Part Two," learn to rigorously test WebAPI endpoints, employing NUnit and Moq for compreh
Understand the Refit in .NET Core
5/24/2024 4:56:07 AM.
We have a type-safe wrapper for communicating with HTTP-based APIs thanks to the C# Refit framework. We can build an interface that represents the API we want to interact with, rather than utilizing t
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
Azure Logic App Standard Development in Visual Studio Code
4/25/2024 9:59:58 AM.
Learn how to set up a local environment for Azure Standard Logic App Development using Visual Studio Code. Follow steps to install required extensions, create a new project, add workflows, configure
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
Execute Power Automate Workflow from SPFx
4/12/2024 8:16:37 AM.
Learn how to trigger Power Automate workflows from SPFx web parts, enabling programmatic event-driven actions like sending emails. Follow step-by-step instructions to build and execute the workflow, i
Consuming Web Service In a Console Application
4/11/2024 10:56:50 AM.
Integrate web services seamlessly into console applications using .NET frameworks like .NET Core or .NET Framework. Utilize HttpClient or service references to communicate with SOAP or RESTful APIs, e
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.
All About the TempData in MVC
4/1/2024 8:16:38 AM.
TempData is a temporary data storage mechanism in ASP.NET MVC, facilitating state management between HTTP requests. Stored in session variables, it aids in passing data between consecutive requests. 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.
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
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 Get Request Method in AngularJS Frontend and C# Backend
12/26/2023 8:04:48 AM.
This guide explores the utilization of HTTP GET request method within an AngularJS frontend and their corresponding processing and handling in a C# backend. It details how Get types of requests initia
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
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
Model Binding In ASP.NET Core
9/27/2023 9:50:24 AM.
Model Binding in ASP.NET Core is a fundamental and powerful feature that simplifies the process of mapping HTTP request data to C# model objects. It plays a crucial role in the development of web appl
Exploring the Art of Middleware Creation in .NET Core
9/17/2023 6:34:32 AM.
This comprehensive article delves into the various methods of creating middleware in .NET Core, offering real-world examples to illustrate each approach. From inline middleware to class-based solution
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.
How to Send Weekly Reports to a Group of Users in SharePoint?
6/19/2023 10:11:00 AM.
How can you send weekly reports to a group of users in SharePoint? Also, how do you create an HTML table?
Angular Versions History
4/24/2023 6:44:32 AM.
Angular Versions
Handling request at Azure APIM
4/20/2023 12:41:09 PM.
In a typical request flow, an http request starts from a mobile app or a web browser, and somewhere in its path, the http request reaches an API that communicates with some type of database. It could
Get User Properties With Graph API In Power Automate
4/10/2023 7:30:41 AM.
In this article, you'll discover how to retrieve user profiles in Microsoft Power Automate using an HTTP request via the Graph API. Learn how to filter user profile information for a specific user
Create Generic HttpClient Call Function With Error Handling In C#
3/9/2023 11:01:52 AM.
This article presents a step-by-step guide on how to create a generic HttpClient call function in C# that can handle different request methods, request body types, response types, and error handling u
How To Implement Spinner Interceptor For Every HTTP Request In Angular Application
12/20/2022 6:34:21 AM.
In this article, you will learn how to implement SpinnerInterceptor For every http request in Angular Application.
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
Create Multiple Copies Of A Site Page, Rename And Update Properties Using Power Automate
12/5/2022 5:10:39 AM.
In this article, we will learn to create multiple copies of a SharePoint site page, rename and update its properties using Power Automate "Send an HTTP request to SharePoint" action.
Break Inheritance And Set Item-Level Permission Using Power Automate
10/18/2022 7:14:40 AM.
In this article, we will learn how to set item-level unique permissions in SharePoint using HTTP request with Power Automate
Manage HTTP Requests In Angular: Http Interceptor
7/18/2022 9:36:14 AM.
Manage HTTP Requests In Angular using Http Interceptor
A Structural Overview Of An API
7/2/2022 5:36:24 PM.
A Structural Overview Of An API.
Run A Power Automate Flow With An HTTP Request
6/16/2022 12:18:46 PM.
In this article, you wil learn how to run a Power Automate flow with an HTTP request.
How To Handle Apostrophe In Email Address In Power Automate
2/1/2022 10:37:24 AM.
The web methods that is been triggered in Power Automate flow have conditions not to include any special characters other than the URI reserved. But there are some specific scenarios where few users e
HTTP Operations GET, POST, PUT and DELETE From .NET Client
8/17/2021 7:33:35 AM.
The purpose of this article is to understand and configure a HttpClient of our own. Configure our own HTTP client application that will consume services from the Web API. For that we need to create tw
Seeing the HTTP Request and Response of the Web API Application
3/12/2021 5:08:21 AM.
This article describes how to see the HTTP Requests and Responses of a Web API Application.
HTTP Requests Using IHttpClientFactory
7/17/2020 5:54:01 AM.
In this article, you will learn about HTTP requests using IHttpClientFactory.
Introduction To IIS Server, HTTP Request Life Cycle, And Introduction To Application Pool
10/29/2017 12:27:34 PM.
This article will give basic knowledge on IIS server, Http request life cycle, hosting a website in IIS & an introduction to application pool. Before we start on this let's have a quick look a
Redirecting HTTP Request To HTTPS Using Web.config File
5/14/2017 4:41:34 PM.
In this article, let us see how to redirect users trying to access via http to https.
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.
jQuery Post Method
9/29/2012 4:33:58 PM.
This article demonstrates how to use the jQuery post() method to load a page from the server using a POST HTTP request.
Mobile Web Application Secret
5/19/2012 7:11:14 AM.
This article gives you a clear idea how an ASP.NET Web Application rendering works differently on hand held devices than running Web Applications on normal machines.
Http Request Headers Display in a JSP Page
1/4/2012 6:20:12 PM.
A JSP page can access the information in the request header by using the implicit object request. An Http client sends a request, it sends the request in the form of get or post method or any other Http Request methods. It can also sends the headers with it.
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.
Web Based Chat Application
6/15/2009 1:08:04 AM.
The article explains about devloping a chat Solution in ASP.Net / C# which is differnt than any of the available solutions and works under any firewall and browser settings.
Ajaxify a simple HTML page using a web service
10/23/2007 8:01:39 AM.
In this article I will explore using a web service to deliver HTML markup content to an HTML aware client using the XML HTTP request object from JavaScript code.
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?