Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / HTTP

HTTP

HTTP

Great Reads

by honey the codewitch
Unleash the tiny ESP-01 on your network
by Michael Bergman
Using Windows Communication Foundation to build a simple web server
by phillipvoyle
A sample implementation of a minimal http web server using boost::asio in C++
by honey the codewitch
Explore an Arduino based IoT web server and UDP multicaster for monitoring a remote water pump

Latest Articles

by honey the codewitch
Unleash the tiny ESP-01 on your network
by Michael Bergman
Using Windows Communication Foundation to build a simple web server
by phillipvoyle
A sample implementation of a minimal http web server using boost::asio in C++
by honey the codewitch
Explore an Arduino based IoT web server and UDP multicaster for monitoring a remote water pump

All Articles

Sort by Score

HTTP 

by honey the codewitch
Unleash the tiny ESP-01 on your network
by phillipvoyle
A sample implementation of a minimal http web server using boost::asio in C++
by honey the codewitch
Explore an Arduino based IoT web server and UDP multicaster for monitoring a remote water pump
by Murray Brooks Davis
How to make a simple, end-to-end, mobile, Java enterprise application including a RESTful web service and an Android client.
by honey the codewitch
Revisiting our WiFi enabled smart clock project with more modern hardware
by Florian Rappl
Bringing the DOM to C# with a HTML5/CSS3 parser written in C#.
by dumsky
Demonstrate how to write a simplified AngularJS Loader and Error handling infrastructure
by Han Bo Sun
Another tutorial on file upload with AngularJS, using FormData for multipart file upload
by Han Bo Sun
In this tutorial, I am going to discuss how ngResource works. I will demo all 4 HTTP verbs (or methods), and multiple ways request input data can be packaged. It will be a very fun tutorial.
by Florian Wendel
Every software developer must face the challenge of integrating a plethora of external APIs into their app to increase its value to their users. This can take a lot of time since these APIs are often vastly different. API abstraction promises relief but there are different approaches.
by Vincent Maverick Durano
A quick tutorial on how to integrate VMD.RESTApiResponseWrapper.Core library into your ASP.NET Core 2.1 REST API application
by santosh poojari
This article helps you to build and enable robust web applications with respect to various aspects of security that needs to be taken care of while designing a system.
by Łukasz Bownik
The article tries to map a deeper, more generic nature of REST architectural style into HTTP to show protocol deficiencies.
by Tsuyoshi Matsuzaki
This post describes the basic steps to build your bot using Microsoft Bot Framework 3 REST API.
by Ivan Yakimov
The article contains comparison of pure HttpClient with RestSharp and Refit.
by Peter Leow
Beginner's Guide to HTTP
by Michael Haephrati
How great could it be to be able to send SMS messages from your IPhone using the Internet connection
by Komin Dmitry
How to write iPhone application to authenticate to SharePoint and read the contents of a list provided by the SharePoint REST API.
by Shivprasad koirala
Difference between BasicHttpBinding and WsHttpBinding.
by Software Developer's Journal
Learn about Django and Tornado
by Издислав Издиславов
Easy prototyping with desktop console like UI, Skia drawings and several REST like node.js hosted services
by honey the codewitch
Efficiently send large amounts of data with a tiny amount of memory
by JAMcLaughlin
Embedding a webserver in your C++ application using the Lacewing networking library
by Yvan Rodrigues
Often an application needs data from an HTTP server, such as web services, or to scrape content. .NET provides HttpWebRequest, but it requires a lot of code to perform trivial operations. This class simplifies the task dramatically by abstracting the HTTP protocol, streams, and exceptions.
by Andy Feng
The article introduces a complete C# solution to grab Html data through POST request from remote server and extract fields from the Html source through parsing its DOM structure.
by techbird
Manage the Postman requests across multiple environments with help of Postman Environment feature.
by honey the codewitch
Explore adapting Socket's async model to a task based one and adding some awaitable socket operations to your projects
by Jesse Krasnostein
It can be quite difficult tying together multiple systems, APIs, and third-party services. Recently, we faced this exact problem in-house, when we wanted to get data from Segment into MongoDB so we could take advantage of MongoDB's native analytics capabilities and rich query language.
by dk_the_developer
Step by step guide to consuming the Rest API endpoints using Python programming
by Robert Vandenberg Huang
A step-by-step walkthrough of implementing the HTTP 206 Partial Content
by Robert Vandenberg Huang
A step-by-step workthrough of HTTP 206 implementation in Node.js
by ASP.NET Community
Hi,In this article i am going to create an http Handler which is used to resize my images and display it  .What are HTTP Handlers?HTTP handlers are
by Alejandro Xalabarder
HTTP for everybody
by Michael Sydney Balloni
Interested in easily implementing REST communications in your Windows C++ apps?
by ASP.NET Community
HttpWebRequest The HttpWebRequest class allows you to programatically make web requests against an HTTP server. This code shows how to read a
by Mihail Mateev
This article explains the main parts of Cloudant HTTP API. This is an essential part that developers and architects need to know before to start work on solutions using IBM Cloudant.
by Michael Haephrati
How to easily integrate and interface with PayPal Express Checkout API from a Windows c++ application
by Darko Jurić
Simple HTTP server for .NET Core based on System.Net.HttpListener.
by dontumindit
Performs basic function on your Facebook Profile from C# code without use of Facebook API
by lassebunk
How to use iOS 5, Xcode 4.2, and storyboards to create a simple Twitter app that will list tweets and show details about each tweet.
by Sergey Kizyan
You need to change your default HTTP protocol to HTTPS in your Azure WebService. This article explains how to do it.
by gfazzola
In this article I will explain the implementation of an infrastructure to host and manage windows services in a practical and interactive way.As a practical example of the solution will be implemented a dynamic ip update client of DucDNS
by dontumindit
Beginner to Advance - Multithreaded Web Scraping with Examples of WebBrowser, WebClient, HttpWebRequest/HttpWebResponse, Regex, BackgroundWorker.
by ASP.NET Community
ASP.net provides facilities in web.config for specifying error pages when an exception occurs, for example:            <customErrors
by ASP.NET Community
OpenRasta is an open-source .NET framework for building everything web, from web sites to RESTful APIsWhy OpenRasta?OpenRasta relies on three
by Max R McCarty
OWASP's #6 most vulnerable security risk has to do with keeping secrets secret.
by M-Badger
A tour of various methods for protecting against PHP mail header injection and e-mail validation
by Yvan Rodrigues
Store and retrieve messages in a central repository with SMS using Twilio and ASP.NET.
by Asher Barak, Itiel Beeri
Infrastructure for large scale WCF services layer development
by Erol Esen
This article has a usable software tool to read RSS feeds and it is especially designed to read and display Unicode characters inside a console window.
by Chamila Nishantha
Options to play with response header
by Michael Haephrati
A simple way for sending WhatsApp messages to an individual or to a group in C++
by Michael Haephrati
A simple way for sending WhatsApp documents and images to an individual or to a group in C++
by Alibaba Cloud
This article briefly introduces how to use Zipkin to perform service analysis on Spring Cloud applications. In practical application, Zipkin can be used in combination with stress testing tools to analyze the availability and performance of systems under high stress.
by markscodeproject
Basic implementation of HTTP request handling for Arduino with Wiznet 5100 Ethernet shield
by boris_oleinic
This article describes how to use the RestSharp SDK to build an application for the Box.com Cloud service.
by boris_oleinic
The article describes how to use the RestSharp SDK to build an application for the Box.com Cloud service
by boris_oleinic
The article describes how to use the RestSharp SDK to build an application for the DropBox Cloud service.
by Han Bo Sun
How to stream a large file and support byte range seeking using Spring Boot
by ASP.NET Community
Being a new web developer can be hard. There are way too many technologies and frameworks to learn and it is very easy to get lost in the sea of buzz
by Kamran A
How to track requests across a cluster using distributed counters and sliding time windows
by honey the codewitch
A Tiny Dynamic Home Webserver in .NET that runs on Core and DNF both (Take 2)
by Chris Copeland
A managed library to launch and/or connect to the Tor network for SOCKS5 communications, and for middle-man proxy hosting.
by Kamran Saeedi
An idea on how to use .NET ExpressionVisitor to translate lambda expressions into classes that encapsulate data suitable for filtering data & creating query strings
by Intel
The Intel Edison board has a lot of potential for physical computing. That is why we added full support for the Intel Edison board in Cylon.js, our JavaScript framework for robotics and Internet of Things (IoT) applications.
by Tom Glick Philadelphia, US
Using WCF REST Service to call Stored Procedures and run queries on SQL Server.
by gptankit
An approach to making better use of cluster error feedback
by Amogh Natu
This article mainly explains what webhooks are, how they can be created and used and also a sample example showing the use of webhooks.
by Mircea Neacsu
Make yourself a HTTP server in 20 lines or less