C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Kuppu Swami(6)
Herve Roggero(3)
Debasis Saha(3)
Akshay Patel(3)
Sardar Mudassar Ali Khan (2)
Parthiv Suthar(2)
Mushtaq M A(2)
Jitendra Mesavaniya(2)
Tuhin Paul(2)
George (2)
Anupam Maiti(2)
Akash Sonare(2)
Akhil Mittal(2)
Jinal Shah(2)
Mangesh G(2)
Waqas Sarwar(2)
Vijai Anand Ramalingam(2)
Aarav Patel(1)
Niharika Gupta(1)
Prachi Sarkar(1)
Bimalshi Jayarathna(1)
Riya Patel(1)
Raghunath Bhukan(1)
Sandhiya Priya(1)
Rohit Gupta(1)
Kripanshu Kumar(1)
Dashrath Hapani(1)
Sarthak Varshney(1)
Devesh Omar(1)
Vinoth Xavier(1)
Ajay Kumar(1)
Khoday Akilesh(1)
Anandu G Nath(1)
Gunasekaran Palani(1)
Muzaffar Ur Rahman(1)
Vipul Malhotra(1)
Ashutosh Singh(1)
Keyur (1)
Rahul Vete(1)
Jaydeep Patil(1)
Mansi Rana(1)
Muhammad Omer Khan(1)
Jefferson S. Motta(1)
Bhavesh Raval(1)
Rajesh Gami(1)
Ankush Agnihotri(1)
Jignesh Trivedi(1)
Daniel Gomez(1)
Santosh Karanam(1)
Rohol Amin(1)
Alagunila Meganathan(1)
Gourav Jain(1)
Sanwar Ranwa(1)
Anup Hosur(1)
Vikas Jha(1)
Rupesh Kahane(1)
Mayank Tripathi(1)
Sarathlal Saseendran(1)
Sarvesh Shinde(1)
Tuba Mansoor(1)
Maniteja Vegi(1)
Usama Shahid(1)
Abhinav Galodha(1)
Swatismita Biswal(1)
Somak Das(1)
Prasad Kambhammettu(1)
Ramees (1)
Priyaranjan K S(1)
Santosh Kumar Adidawarpu(1)
Abdul Rasheed Feroz Khan(1)
Sateesh Arveti(1)
Rahat Yasir(1)
Pradeep Sahoo(1)
Atul Rawat(1)
Manpreet Singh(1)
Rupali Shinde(1)
Resources
No resource found
How to Fix HTTP Error 500.30 (DataProtection Keys File System Block) in Azure App Service
May 21, 2026.
Fix the dreaded HTTP Error 500.30 in Azure App Service! Learn how to resolve DataProtection key issues caused by read-only mode. Choose in-memory bypass or Azure Blob Storage.
How to perform Folder Operations using SharePoint HTTP Actions in Power Automate
May 11, 2026.
Automate SharePoint folder management! Learn how to create, rename, and delete folders in Power Automate using HTTP requests. Simplify document library workflows.
How to Return Different HTTP Status Codes From ASP.NET Core Web API?
Apr 06, 2026.
Master ASP.NET Core Web API status codes! Learn to return 200, 400, 401, 404, 500 & more for robust APIs. Improve debugging, frontend integration & SEO.
How to Make HTTP API Calls in Flutter Using the http Package?
Apr 06, 2026.
Master Flutter API calls with the http package! This guide covers GET/POST requests, JSON parsing, error handling, and loading states for seamless data integration.
How to send links on Teams Chats created using Microsoft Graph HTTP in Power Automate
Mar 10, 2026.
Automate sending links in Teams chats using Power Automate and Microsoft Graph HTTP requests. Streamline communication and boost team collaboration effortlessly. Learn how!
Power Automate HTTP Trigger API with Dataverse & Testing via Postman - A Practical Guide
Feb 23, 2026.
Build a secure Employee Record API with Power Automate! Learn to use HTTP triggers, Dataverse, and JSON schemas for efficient data capture and storage. #LowCode
The importance of HTTP status codes in APIs
Feb 01, 2026.
HTTP status codes are vital for API health. This article highlights their importance in testing, debugging, and ensuring reliable system communication. Validate status codes!
How to Use Python’s asyncio for Concurrent HTTP Requests?
Jan 14, 2026.
Unlock faster Python HTTP requests with asyncio! Learn to use aiohttp for concurrent API calls, error handling, and optimized performance. Boost your I/O-bound apps!
Stop Redirects in ASP.NET Core APIs: Return Proper HTTP Status Codes for Authentication
Jan 01, 2026.
Learn how to fix authentication redirects in ASP.NET Core APIs by returning proper HTTP status codes like 401 and 403 instead of 302. Includes real-world examples, best practices, and a complete HTTP status code reference for API developers.
How to Fix “This localhost page can’t be found – HTTP ERROR 404” in ASP.NET Core
Dec 01, 2025.
Troubleshoot and fix the "This localhost page can't be found - HTTP ERROR 404" error in ASP.NET Core MVC. Learn about routing, controllers, views, and common mistakes to avoid. Ensure correct URLs, routing configuration, and view placement for a smooth debugging experience. Master ASP.NET Core MVC development.
Track Crypto Token Prices from CoinGecko Using HTTP Module
Aug 16, 2025.
If you’re a crypto trader, investor, or just a blockchain enthusiast, staying updated on token prices is crucial. Constantly checking prices manually is a productivity killer — and premium market data tools can be expensive.
Understanding Key HTTP Status Codes: 400, 401, 404, and 204
Aug 13, 2025.
HTTP status codes like 400, 401, 404, and 204 guide API communication by indicating errors, missing resources, or successful requests without content, helping developers debug and improve web applications efficiently.
Consuming HTTP Calls in .NET MAUI Using HttpClient
Mar 27, 2025.
Learn how to use HttpClient in .NET MAUI to perform GET, POST, PUT, and DELETE operations on a REST API. Build a simple UI and display JSON responses using alerts.
Learn HTTP Interceptors in Angular
Dec 26, 2024.
HTTP Interceptors in Angular are powerful tools that allow developers to modify or handle HTTP requests and responses globally. They are used for tasks like adding authentication tokens, logging, error handling, and transforming API data.
Understanding HTTP Status Codes: List of Errors & Their Meanings
Dec 17, 2024.
Comprehensive guide to HTTP error codes, covering their meanings, uses, and practical examples. Learn to troubleshoot 4xx errors effectively.
Customizing HTTP Headers with Middleware in ASP.NET Core
Oct 12, 2024.
In this article, we explore how to modify HttpResponse using custom middleware in ASP.NET Core. We create a custom middleware that injects headers into the response. By adding conditions, specific APIs can have unique headers.
Mastering HTTP Status Code Handling with UseStatusCodePages() in .NET
Jul 16, 2024.
Effective error handling is crucial for creating robust and user-friendly web applications. .NET provides several built-in tools to help you manage errors gracefully, one of which is the UseStatusCodePages() middleware.
List of all the HTTP Status Codes
Apr 05, 2024.
HTTP status codes are a crucial aspect of communication between clients (such as web browsers or mobile apps) and servers on the internet. In this article, we will delve into the significance and meaning of various HTTP status codes across different categories.
C# HTTP Methods: Safe vs. Unsafe, GET vs. POST in .NET Core
Mar 26, 2024.
Dive into advanced topics like dependency injection, service configuration, and implementing retry policies and circuit breakers. Elevate your API integration game with this comprehensive guide to leveraging HttpClient effectively.
Angular HTTP Interceptors: Sending Tokens with Every Request
Mar 24, 2024.
In modern web applications, authentication plays a crucial role in securing resources and ensuring that only authorized users can access certain parts of the application. One common way to handle authentication is by using tokens, such as JSON Web Tokens (JWTs).
Implementing Resilient HTTP Requests in C#
Mar 16, 2024.
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
Feb 28, 2024.
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 will explore four advanced examples that go beyond the basics, showcasing the power and flexibility of Vue HTTP requests.
Vue.js HTTP Handling: Dynamic Interactions, State, Uploads, Real-Time Data
Feb 28, 2024.
Vue.js, with its reactive framework and extensive ecosystem, provides developers with powerful tools to handle HTTP requests seamlessly. In this guide, we will explore advanced examples, extending beyond the basics, to showcase the versatility and capabilities of Vue.js in dealing with data fetching, error handling, and utilizing external libraries like Axios.
Validating an HTTP Endpoint to Receive Events from Azure Event Grid
Feb 07, 2024.
This article elucidates the process of validating an HTTP endpoint for receiving events from Azure Event Grid. By creating an Azure Function App with an HTTP-triggered function, you can handle Microsoft.
Handling HTTP Options Method in Angular and C#
Jan 12, 2024.
Learn about the HTTP OPTIONS method in this tutorial, focusing on how AngularJS frontend and C# backend work together. See how the AngularJS controller uses OPTIONS requests to communicate with the C# backend's Web API, exploring different options for interacting with the target resource.
Handling HTTP Patch Method in AngularJS and C#
Jan 12, 2024.
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 AngularJS controller leverages PATCH requests to the C# backend's Web API.
Handling HTTP Put Method in AngularJS and C#
Jan 12, 2024.
Learn how to implement an HTTP PUT method in an AngularJS frontend and C# backend. The AngularJS HTML frontend features a form for resource updates, while the C# backend uses a Web API controller. Follow this tutorial for a step-by-step guide on seamless communication between the frontend and backend using the PUT.
Handling HTTP Delete Method in AngularJS and C#
Jan 12, 2024.
Explore the effective use of the HTTP DELETE method in this tutorial, focusing on AngularJS frontend and C# backend integration. Learn to implement a streamlined resource deletion process as the AngularJS controller sends DELETE requests to the C# backend's Web API.
What are Different Type of HTTP Errors and Status Code?
Jan 02, 2024.
The significance of HTTP status codes, vital indicators of web request outcomes. From informational beginnings (1xx) to server errors (5xx), grasp their meanings for effective communication and issue diagnosis.
Handling HTTP Post Request Method in AngularJS Frontend and C# Backend
Dec 29, 2023.
The POST method in HTTP sends data to a server to create a new resource. It's used for submitting information—like form data or JSON payloads—to the server. Unlike GET, it's not idempotent, typically triggering the creation of new entries in databases or systems. POST requests contain a body carrying data to be processed by the server, making it integral for adding fresh content or initiating operations that cause a state change on the server
Handling HTTP Get Request Method in AngularJS Frontend and C# Backend
Dec 26, 2023.
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 initiated from the frontend interface are managed, interpreted, and responded to by the C# backend, illustrating the communication flow and methods for handling data exchange between the frontend and the server-side C# logic.
Building Azure HTTP Trigger Function to Generate QR Codes from Post Request Responses
Dec 24, 2023.
We'll guide you through the process of creating an Azure HTTP Trigger Function using Node.js. The goal is to generate QR codes in response to POST requests.
Send HTTP Request to SharePoint and get Response using Power Automate
Dec 19, 2023.
HTTP Request to SharePoint and get Response using Power Automate
Axios with React/React Native for HTTP Requests
Oct 23, 2023.
This article explains how to use Axios library in react native for making http requests
Decoding the Importance of HTTP Status Codes in Web Development
Oct 17, 2023.
In today's digital era, staying at the forefront of web development requires a deep grasp of HTTP status codes. These three-digit numbers reveal vital insights into web requests and responses, making them essential for troubleshooting and issue diagnosis.
How Does an HTTP Web Request Work?
Oct 12, 2023.
Explore the fundamental workings of HTTP, the protocol that underpins web communication. Learn about HTTP components, status codes, and the process of client-server interaction.
Push Notification From C# .Net to Android Using FCM HTTP V1
Jul 03, 2023.
Send Push Notification From C# Dot Net to Android Using FCM HTTP V1.
Fix IIS Error: HTTP Error 500.19 - Internal Server Error
Jun 22, 2023.
This article discusses a fix to IIS, HTTP Error 500.19 - Internal Server Error.
Test HTTP API Endpoint in Visual Studio without using Postman
Jun 04, 2023.
Test HTTP API Endpoint in Visual Studio without using Postman
5 HTTP Security Headers You Should Know For SEO
May 02, 2023.
Being an SEO beginner, it's easy to overlook the security headers in the regular audits. However, security headers should be your top priority when it comes to optimizing your website. In this article, we'll discuss five HTTP security headers that you should know for SEO.
Understanding And Handling HTTP Errors
Jan 23, 2023.
This article provides a comprehensive guide to understanding and handling HTTP errors. It explains what HTTP errors are, the different types of codes that can be returned, and how to properly handle them in web development. The article is aimed at developers and provides important information for ensuring a seamless user experience.
Everything - Find Files Instantly In Your PC, Network And HTTP Server
Jan 18, 2023.
Everything is a tool from void tools. I strongly recommend it for your work, on your projects, documents, or personal.
How To Implement Spinner Interceptor For Every HTTP Request In Angular Application
Dec 20, 2022.
In this article, you will learn how to implement SpinnerInterceptor For every http request in Angular Application.
How To Use HTTP Interceptor In Angular
Nov 25, 2022.
Angular Interceptor helps us modify the HTTP request by intercepting it before the request is sent to the backend. You can also change the incoming response from the backend. The Interceptor globally captures all incoming and outgoing requests in one place. We can use it to add custom headers to the outgoing request, log the incoming response.
Angular HTTP (Web API Integration)
Jul 18, 2022.
In this article, you will learn how to integrate webapi in angular.
Manage HTTP Requests In Angular: Http Interceptor
Jul 18, 2022.
Manage HTTP Requests In Angular using Http Interceptor
Run A Power Automate Flow With An HTTP Request
Jun 16, 2022.
In this article, you wil learn how to run a Power Automate flow with an HTTP request.
Introduction To .Net Web API HTTP Codes
May 17, 2022.
In Web API response it is very import to handle appropriate response codes to enhance the user experience in the website. This article gives extensive list of Status codes that can be handled in the web API responses
Using HTTP Interceptor Service In Angular App
May 17, 2022.
HTTP Interceptors is a special type of angular service that we can implement. It's used to apply custom logic to the central point between the client-side and server-side outgoing/incoming HTTP request and response.  Keep in mind that the interceptor wants only HTTP requests.
Switch HTTP To HTTPS In Visual Studio
Feb 13, 2022.
This article discusses the switch of the protocol from HTTP to HTTPS for Web application in Visual studio
Create Http Trigger Azure Function In Azure Portal
Dec 20, 2021.
This article will help you learn how to create Http Trigger Function in Azure Portal.
Durable Functions - Patterns - Async HTTP APIs
Jul 18, 2021.
In this article, we would cover the Async HTTP APIs pattern.
HTTP POST Request VUE+WEB API
Jul 12, 2021.
In this article, you will learn about HTTP POST Request VUE+WEB API.
Web Security Vulnerabilities On Clickjacking And Security HTTP Headers And Information Leakage
Jul 07, 2021.
In this article, you will learn about the common web security vulnerabilities with Remediation Technique.
Secure Web Application Using HTTP Security Headers In ASP.NET Core
Aug 17, 2020.
In this article, you will learn about Secure Web Application using HTTP Security Headers in ASP.NET Core.
Azure HTTP PowerShell Function App - Get Data Using Client ID, Tenant And Thumbprint
Jun 14, 2020.
This article will give you a basic idea about how to Get Data from a SharePoint List using Azure HTTP PowerShell Function App with the help of Client ID, Tenant & Thumbprint.
Azure HTTP PowerShell Function App
Jun 12, 2020.
This article will give you basic idea about how to create Azure Function App to run powershell Scripts
Exploring Azure Functions HTTP Trigger Using EF Core
Jun 10, 2020.
In this article you will learn how to explore Azure Functions HTTP Trigger sing EF Core.
Send An HTTP Request To SharePoint In Power Automate (MS FLOW)
May 21, 2020.
In this article, you will learn how to send an HTTP request to SharePoint and its various methods with an example.
Getting Started With HTTP Client Get Request In Angular 8 Using Entity Framework
Feb 02, 2020.
Learn Angular 8's HTTP client for GET requests, integrating with Entity Framework for seamless data retrieval. Explore front-end development with RESTful services, asynchronous programming, and Angular services.
HTTP Handlers And HTTP Modules In ASP.NET
Jan 06, 2020.
This article talks about the HTTP Modules and HTTP Handler in ASP.Net and their applications in real time.
Client-Side Caching In Angular 8 Using HTTP Interceptor
Oct 20, 2019.
In this post, we will see how to achieve client-side caching in Angular 8 application using HTTP Interceptor. We will create an ASP.NET Core 3.0 application with SQL server as backend to save and retrieve the employee data.
How To Register An HTTP Webhook Azure Function With The Azure Event Grid
Aug 15, 2019.
In this article, I will show you how you can register an HTTP Webhook Azure Function to respond to the registration phase of the Event Grid, and output the Event Grid payload whenever new resources are created in Azure.
Send JSON Data Using HTTP Action And Parse JSON In Microsoft FLOW
Jul 12, 2019.
In this article, we will see how to send JSON data in HTTP action in Microsoft FLOW.
Angular For Beginners - Part Six - Using HTTP With Observables In Angular
Jun 07, 2019.
In this article, you will learn how to use HTTP with Observables in Angular.
Creating Azure Functions In Visual Studio 2017 - HTTP Triggered Azure Functions
May 24, 2019.
This article about getting accustomed to serverless functions will help a developer to learn what Azure functions are, how to create an Azure function from Visual Studio, and publish and test the function on Azure. The article will also teach how to debug a published Azure function from Visual Studio.
How To Create An HTTP Trigger Azure Function App Using Visual Studio 2017
Apr 03, 2019.
Azure Functions is a serverless cloud solution that allows you to run code on-demand without managing infrastructure. It supports multiple programming languages, offers a pay-per-use pricing model, and enables seamless integration with various Azure services.
Explore Important Features Of HTTP Client With RxJs Operators
Feb 06, 2019.
In this article, I will be covering the major concepts of HTTP Client while using it with RxJS Operators.
Interceptors - An Important Feature Of HTTP Client
Feb 05, 2019.
In this article, we will learn about Interceptors, one of the important and useful features of HTTP Client.
Calling SQL Server With HTTP Webhooks
Jan 23, 2019.
In this article, I will introduce you to Enzo Online’s SQL Server webhook, a free service you can use to call a SQL Server database hosted in the cloud using HTTP commands so that you can easily program against a relational database using simple HTTP commands.
Fetching SharePoint List Items Using A Simple HTTP REST Command
Nov 04, 2018.
In this article, I will introduce you to an online service I created that allows you to code against certain services without using an SDK, simply by sending HTTPS REST commands. In this article, I will demonstrate how this works against SharePoint Online; however other services are also available.
CRUD Operation With Fake HTTP Service In Angular - Part Nine
Sep 25, 2018.
As we already know that Angular is a front-end framework, we use it to build client applications. In most of the real-world applications, we need a bunch of HTTP Services on the server and we use these services to get and save data. Now, as an Angular or front-end developer, we don’t necessarily need to know how to build HTTP services unless we want to be a full stack developer. So here, we’ll learn about fake HTTP service which we use at the back-end for our application.
Kotlin HTTP Example (Using Fuel HTTP)
May 15, 2018.
After the announcement of Kotlin at Google I/O 2017, we have seen a series of tutorials in Kotlin. If you are new to Kotlin you can learn Kotlin from our previous articles.
How To Change HTTP Browser Cache Size
Mar 05, 2018.
HTTP Caching is available in most browsers and helps make a website more responsive and reduce network bandwidth. In this article, we will understand how to increase or decrease the Cache size in Modern browsers like Google Chrome, Mozilla Firefox, IE.
Angular 5 HTTP Client Interceptors
Jan 25, 2018.
Many of us know the concept of middleware. It acts as the layer before sending a request and after receiving a response. What if we want to do the same in Angular? Now, the question arises what will be the cases where we will be needing this middleware.
CRUD Operation With Angular 5 HTTP Client And ASP.NET Core Web API
Jan 23, 2018.
HTTP is the messaging system between the client and the server-client which sends the request and server responds with the proper message. Angular HTTP client is the toolkit which enables us to send and receive the data over the restful Http endpoints.
Introduction To IIS Server, HTTP Request Life Cycle, And Introduction To Application Pool
Oct 29, 2017.
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 at what is a website & how it’s related to servers.
Visual Studio Team Service - Trigger A Build Using Any HTTP Client
Sep 07, 2017.
In this post, we are going to see how easily we can trigger a new build in VSTS from any of our widely used HTTP clients likeFfiddler or Postman.
Ability To Develop HTTP Methods Or Verbs (GET, POST, PUT, DELETE etc)
Jul 17, 2017.
Before going to explain the significant verbs or methods (GET, POST, PUT, DELETE, HEAD, OPTIONS, TRACE and CONNECT) for the communication among different clients and servers, first of all we should understand what HTTP methods are and how they are useful in real time.
Create API With ASP.NET Core - Day Three - Working With HTTP Status Codes In ASP.NET Core API
Jun 06, 2017.
Create API With ASP.NET Core - Working With HTTP Status Codes In ASP.NET Core API.
Redirecting HTTP Request To HTTPS Using Web.config File
May 14, 2017.
In this article, let us see how to redirect users trying to access via http to https.
Retrieve SharePoint Hosted Add-in Data As JSON From A Console Application Using HTTP REST Request
Apr 30, 2017.
Retrieve SharePoint Hosted Add-in data as JSON from a Console Application using HTTP REST request.
Angular 2 Custom Attribute To Secure The HTTP Requests And To Show/Hide Spinner During The Service Call
Apr 19, 2017.
Angular 2 Custom Attribute To Secure The HTTP Requests And To Show/Hide Spinner During The Service Call.
AngularJS 2.0 From The Beginning - Http Module Part Two - Day Eighteen
Mar 23, 2017.
In this article, we will discuss about the http module post method.
AngularJS 2.0 From The Beginning - Http Module Part One - Day Seventeen
Mar 16, 2017.
In this article, we will discuss about the Http module in Angular 2.0.
SharePoint Central Admin HTTP Error Enable Failed Request Trace Logging
Dec 09, 2016.
In this article, you will learn about SharePoint Central Admin HTTP error enable Failed Request Trace logging.
SharePoint 2016 Central Admin Error Http 500 The WebSite Cannot Display The Page
Dec 07, 2016.
Encountered an issue with SharePoint Server 2016 where the Central Administration website returns HTTP 500 errors post-installation. No clues from Event Logs or ULS logs. Enabled IIS "Failed Request Tracing," revealing a locked configuration section in web.config. Resolved by unlocking the "Modules" section in IIS Configuration Editor.
How To Create A List Using HTTP Web Service In SharePoint Designer 2013 Workflow
Jul 13, 2016.
In this article, you will learn how to create a list, using HTTP Web Service in SharePoint Designer 2013 Workflow.
How To Get All The Lists Using HTTP Web Service In SharePoint Designer 2013 Workflow
Jul 07, 2016.
In this article, you will learn how to get all the lists using HTTP Web Service in SharePoint Designer 2013 Workflow.
Troubleshooting HTTP Errors In Azure Websites By KUDU Console
May 12, 2016.
In this article you will learn about troubleshooting HTTP Errors in Azure Websites by KUDU Console.
AngularJS From Beginning: Http Request or Ajax - Part Seven
May 12, 2016.
In this article, we will discuss how to use $http service or ajax request in AngualrJS.
All About API: HTTP Response Message - Part Three
May 09, 2016.
In this article, we will see HTTP Response Message as return type for the API method. HTTPResponseMessage feature is provided by WebAPI framework which is used to create HTTP services.
All About API: HTTP Verb Attributes - Part Four
May 09, 2016.
In this article, you will learn about HTTP Verb Attributes on Web API method.
All about API: Using HTTP Methods - Part Two
May 02, 2016.
In this article, you will learn how to use HTTP Methods. Learn to create simple Web API project with HTTP methods like GET, POST, PUT and DELETE.
An Overview Of IIS 7.5 Feature HTTP Redirect
Mar 10, 2016.
In this article, we will look into one of the features of IIS 7.5 that helps in redirecting any web requests to a different location.
Universal Windows Platform - Http Client
Dec 26, 2015.
In this article you will learn about Http Client with Universal Windows Platform.
Understanding HTTP Interceptors In AngularJS
Nov 22, 2015.
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 caching seamlessly.
HTTP Status Codes (RFC 2616) In Web API
Oct 29, 2015.
In this article we will learn what are HTTP Status codes in Web API. It includes, 204 No Content, 100 Continue, 201 Created , and others.
Call HTTP Web Service In SharePoint 2013 And Office 365 Using Nintex Workflows
Oct 16, 2015.
In this article we will learn how to call HTTP web service in SharePoint 2013 and Office 365 using Nintex Workflows.
Call HTTP Web Service Using SharePoint Designer 2013 (SPD)
Oct 16, 2015.
In this article we will learn about calling HTTP Web Service using SharePoint Designer 2013 (SPD).