65,938 articles
CodeProject is changing.
Read more
.
Everything / HTTP
Artificial Intelligence
Artificial Intelligence
Neural Networks
Machine Learning
Deep Learning
ML.Net
Big Data
Data Science
Tensorflow
ChatGPT
Internet of Things
Internet of Things
Arduino
Edge Device
Raspberry-Pi
Wearables
IoT Edge
Industrial IoT
DevOps
DevOps
Agile
Automation
Continuous Build
Continuous Delivery
Continuous Deployment
Continuous Integration
Deployment
Git
Installation
Integration Testing
Load Testing
Quality Assurance
TFS
Unit Testing
Testing
Containers
Containers
Docker
Kubernetes
Virtual Machine
High Performance Computing
High Performance Computing
GPU
Parallel Processing
Parallelization
Vectorization
Hosted Services
Hosted Services
AWS
Cordova
ExtJS
Google Cloud
Microservices
PhoneGap
Serverless
Storage
Web Hosting
WordPress
Azure
Security
Security
Blockchain
Cryptography
Encryption
Identity
Identity Server
Web Development
Web Development
Blazor
CSS3
Flask
HTML5
Kestrel
LESS
Nginx
Node.js
React
SCSS
Spring
Vue.js
ASP.NET
CSS
Apache
HTML
IIS
XHTML
Mobile Apps
Mobile Apps
Flutter
Ionic
iOS
Nativescript
React Native
Xamarin
Windows Mobile
Android
Desktop Programming
Desktop Programming
Cocoa
Electron
QT
Universal Windows Platform
X11
Windows Forms
ATL
MFC
Swing
Win32
WTL
WPF
XAML
System
Database Development
Database Development
Data Visualization
Elasticsearch
Lucene
MariaDB
MongoDB
NoSQL
PostgreSQL
Redis
MySQL
SQL Server
Productivity Apps and Services
Productivity Apps and Services
LibreOffice
OpenOffice
Sharepoint
Team Communication Tools
Biztalk
Microsoft Office
SAP
Game Development
Game Development
Doom
Kinect
Playstation 4
Playstation 5
Unity
Unreal
XBox
Multimedia
Multimedia
Audio
Image Processing
Video
Audio Video
DirectX
GDI
GDI+
OpenGL
General Programming
General Programming
Algorithms
Compression
Computational Geometry
Emulation
Exceptions
File
Internet
Localization
Memory Management
Optimization
Parser
Performance
Regular Expressions
Sorting
State Machines
Architecture
Design / Graphics
Printing
String
Threads
Usability
Programming Languages
Programming Languages
ASM
Bash
Basic
COBOL
Dart
Go
Haskell
Kotlin
Lua
Pascal
R
Razor
Rust
Scala
Swift
Typescript
Objective C
Visual Basic
VBScript
C++
C#
F#
FORTRAN
Java
Javascript
Perl
Python
Ruby
SQL
PHP
PowerShell
XML
Submit your article
HTTP
HTTP
Great Reads
A $5 Programmable Tiny Webserver The Size of a Jump Drive
by
honey the codewitch
Unleash the tiny ESP-01 on your network
A Micro Web Server Using WCF
by
Michael Bergman
Using Windows Communication Foundation to build a simple web server
A minimal http web server using boost/
asio
by
phillipvoyle
A sample implementation of a minimal http web server using boost::asio in C++
A Remote Pump Monitor over WiFi
by
honey the codewitch
Explore an Arduino based IoT web server and UDP multicaster for monitoring a remote water pump
Latest Articles
A $5 Programmable Tiny Webserver The Size of a Jump Drive
by
honey the codewitch
Unleash the tiny ESP-01 on your network
A Micro Web Server Using WCF
by
Michael Bergman
Using Windows Communication Foundation to build a simple web server
A minimal http web server using boost/
asio
by
phillipvoyle
A sample implementation of a minimal http web server using boost::asio in C++
A Remote Pump Monitor over WiFi
by
honey the codewitch
Explore an Arduino based IoT web server and UDP multicaster for monitoring a remote water pump
All Articles
Article
Project
Technical Blog
Tip/Trick
Video
Reference
Asset
top
Sort by Score
Title
Updated
Author
Score
HTTP
A Micro Web Server Using WCF
by
Michael Bergman
Using Windows Communication Foundation to build a simple web server
A Simple Example of Scraping a Web Page Using Visual FA
by
honey the codewitch
Scraping the web is easy with Visual FA.
Here's an example of how.
AngularJS Data Sharing Controller to Controller to Service to API
by
dumsky
Getting it all together - Controller,
Service,
$http,
caching and more
C# Web File Download with BITSadmin
by
metastruct
When WebClient,
HttpRequest,
and all else fail,
BITSadmin solves your download woes
Capture Incoming HTTP Requests to the Web Server
by
Abdallah Al-Dalleh
How to handle post data coming inside an HTTP POST request
Configure apache localhost to use secure HTTP (HTTPS) using mod_ssl
by
Aniruddha Loya
How to set up Apache 2.
2 on MacOS to test websites with self generated certificates in order to verify settings for secure HTTP (HTTPS)
How to Invoke Java Webservice using HTTPWebrequest and SOAPAction in .
NET
by
amove1
It is easy to import and use SOAP webservice with web reference facility in Visual Studio,
however setting SOAPAction needs a extra work on webreference libraries specially when using third party Java provided services.
HTTP Proxy Using Play Framework and WS API
by
Alexander Iskhakov
Creating a HTTP proxy using Play framework and WS API
HttpModule for Logging HTTP POST Data in IIS Log
by
Dimitri Rakviashvili
Simple trick that allows you to log HTTP POST data in standard IIS log,
without rewriting existing web application
Invoke a POST method with XML Request message in C#
by
Amogh Natu
This tip explains how to call a web method with a POST request using xml request messaage in C#.
Making HTTP Requests Through a Proxy with Java
by
Lewis Kerr
A quick code solution of how to make HTTP requests through a proxy with Java
Set your maxUrlLength in ASP.
NET MVC
by
Dean Oliver
The Shortest PHP Code for Returning HTTP Response Code
by
Ray Radin
In PHP,
there is the standard,
documented code for returning HTTP response code.
This is the undocumented,
shorter alternative.
TinyWeb: A Simple Web Server in C#
by
honey the codewitch
A simple home HTTP server that works across all .
NET platforms
Upgrade to Angular 5 and HttpClient
by
Zijian
Upgrade to Angular 5 and HttpClient while Http is deprecated in NG5
WCF channelfactory and DataContracts (complex data types) to consume gSoap web services
by
Prasad Agarmore
Datacontract channelfactory WCF way of consuming SOAP web services written in C,
C++ using gSoap framework on Linux platform
XML-RPC
by
Martin Vorbrodt
XML-RPC
XNA: How to Load Texture2D Sprites from HTTP
by
codiemorgan
When you want your Texture2D resource to download from the Internet