DEV Community

# http

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
How to detect a request is API or Web in laravel

How to detect a request is API or Web in laravel

Comments
2 min read
HTTP Ping on CloudPing

HTTP Ping on CloudPing

1
Comments
1 min read
Como Manipular Sessões em Golang?

Como Manipular Sessões em Golang?

Comments
1 min read
gondola: Why not use a lightweight and simple YAML-based reverse proxy?

gondola: Why not use a lightweight and simple YAML-based reverse proxy?

1
Comments
2 min read
Polling for profit

Polling for profit

3
Comments
8 min read
Designing HTTP API clients in .NET

Designing HTTP API clients in .NET

8
Comments
10 min read
How APIs Work Under the Hood

How APIs Work Under the Hood

2
Comments
4 min read
Building a web server with no dependencies in Java

Building a web server with no dependencies in Java

Comments
2 min read
Entendiendo las APIs RESTful y el Protocolo HTTP

Entendiendo las APIs RESTful y el Protocolo HTTP

1
Comments
5 min read
Communicating on the Web

Communicating on the Web

2
Comments
2 min read
Error Code 418 - "I'm a Teapot"?! 😲

Error Code 418 - "I'm a Teapot"?! 😲

40
Comments 10
2 min read
PATCH vs PUT & idempotency in NestJS

PATCH vs PUT & idempotency in NestJS

Comments
4 min read
Getting Started with Free WAF: Configuring HTTP to HTTPS Redirection for Your Site

Getting Started with Free WAF: Configuring HTTP to HTTPS Redirection for Your Site

7
Comments
2 min read
A Simple Test HTTP server from Flask

A Simple Test HTTP server from Flask

1
Comments
2 min read
AWS Lambda with CloudFront: CORS, authorization and caching examples

AWS Lambda with CloudFront: CORS, authorization and caching examples

3
Comments
5 min read
AWS Lambda Function URL with CORS explained by example

AWS Lambda Function URL with CORS explained by example

4
Comments
11 min read
Full stack Development in 5 minutes

Full stack Development in 5 minutes

8
Comments 10
3 min read
What is HTTP/2 and How to Test HTTP/2 APIs

What is HTTP/2 and How to Test HTTP/2 APIs

4
Comments
4 min read
HTTP Status Codes: Understanding Their Significance and Importance

HTTP Status Codes: Understanding Their Significance and Importance

1
Comments
2 min read
SSL Certificate Pinning in Flutter

SSL Certificate Pinning in Flutter

1
Comments
7 min read
Web Scraping With Go

Web Scraping With Go

Comments
19 min read
How to stream data over HTTP using Java Servlet and Fetch API

How to stream data over HTTP using Java Servlet and Fetch API

5
Comments
6 min read
Estudos em Quality Assurance (QA) - HTTP e API

Estudos em Quality Assurance (QA) - HTTP e API

Comments
2 min read
A Beginner's Guide to Networking Protocols: TCP, UDP, HTTP, and HTTP/3

A Beginner's Guide to Networking Protocols: TCP, UDP, HTTP, and HTTP/3

Comments
3 min read
HTTP vs. SOCKS Proxies: An Ultimate Guide

HTTP vs. SOCKS Proxies: An Ultimate Guide

1
Comments
7 min read
Decoding the Conversation: A Deep Dive into Request and Response Objects in JavaScript

Decoding the Conversation: A Deep Dive into Request and Response Objects in JavaScript

Comments
2 min read
SOAP vs. REST API: Understanding the Battle of Web Services

SOAP vs. REST API: Understanding the Battle of Web Services

2
Comments
4 min read
HTTP Responses: A Quick Guide With Best Practices

HTTP Responses: A Quick Guide With Best Practices

Comments
4 min read
Securing Your Application with HTTP Basic Authentication in Nginx

Securing Your Application with HTTP Basic Authentication in Nginx

Comments
2 min read
Essential HTTP Status Codes Every Web Developer Should Know

Essential HTTP Status Codes Every Web Developer Should Know

11
Comments 2
4 min read
HTTP Caching 101

HTTP Caching 101

1
Comments
8 min read
Is it ok to send plain-text password over HTTPS? How to pass credentials over network layer from Front - end

Is it ok to send plain-text password over HTTPS? How to pass credentials over network layer from Front - end

5
Comments
2 min read
HTTP Status Codes: Your Guide to Web Communication and Error Handling 🌐

HTTP Status Codes: Your Guide to Web Communication and Error Handling 🌐

Comments
2 min read
Why is it dangerous to use the HTTP protocol on public Wi-Fi.

Why is it dangerous to use the HTTP protocol on public Wi-Fi.

Comments
3 min read
Exploring HTTP and HTTPS Protocols in Network Security

Exploring HTTP and HTTPS Protocols in Network Security

3
Comments
5 min read
Let's Build HTTP Client From Scratch In Rust

Let's Build HTTP Client From Scratch In Rust

4
Comments
5 min read
One does not simply delete cookies

One does not simply delete cookies

8
Comments
5 min read
Axios vs Fetch

Axios vs Fetch

169
Comments 47
3 min read
Let's Build HTTP Parser From Scratch In Rust

Let's Build HTTP Parser From Scratch In Rust

2
Comments
3 min read
Build an HTTP server using BunJs and Prisma

Build an HTTP server using BunJs and Prisma

Comments
7 min read
Understanding the Basics of HTTP Status Codes

Understanding the Basics of HTTP Status Codes

64
Comments 6
2 min read
Mastering Java’s HTTPUrlConnection for Robust Networking

Mastering Java’s HTTPUrlConnection for Robust Networking

Comments
1 min read
Effortless HTTP Operations in Java: A Guide Inspired by The Java Workshop

Effortless HTTP Operations in Java: A Guide Inspired by The Java Workshop

Comments
1 min read
Node.js Basic Streaming HTTP

Node.js Basic Streaming HTTP

Comments
2 min read
Why Did Google Choose To Implement gRPC Using HTTP/2?

Why Did Google Choose To Implement gRPC Using HTTP/2?

5
Comments
5 min read
Alice - Interceptando suas requisições HTTP se forma simples

Alice - Interceptando suas requisições HTTP se forma simples

Comments
3 min read
Understanding WebSocket and creating from Scratch with JavaScript

Understanding WebSocket and creating from Scratch with JavaScript

Comments
2 min read
Synthetic Monitoring with Grafana Cloud and Lambda

Synthetic Monitoring with Grafana Cloud and Lambda

7
Comments
6 min read
How to effectively use PUT and DELETE HTTP methods in Django Class-Based Views?

How to effectively use PUT and DELETE HTTP methods in Django Class-Based Views?

Comments
1 min read
How to effectively use PUT and DELETE HTTP methods in Django Class-Based Views?

How to effectively use PUT and DELETE HTTP methods in Django Class-Based Views?

Comments
1 min read
What happens when you type https://www.google.com in your browser and press Enter?

What happens when you type https://www.google.com in your browser and press Enter?

Comments
4 min read
The Vary HTTP header

The Vary HTTP header

13
Comments 2
2 min read
A doggerel rhyme to ensure you won't get confused by HTTP 301 and 302

A doggerel rhyme to ensure you won't get confused by HTTP 301 and 302

Comments
1 min read
PUT vs POST: An In-Depth Comparison of RESTful API Methods

PUT vs POST: An In-Depth Comparison of RESTful API Methods

2
Comments
3 min read
9 HTTP request methods explained!

9 HTTP request methods explained!

2
Comments 1
3 min read
Custom methods in REST API endpoints

Custom methods in REST API endpoints

38
Comments 6
5 min read
HTTP response status codes which Beginners should know at first.

HTTP response status codes which Beginners should know at first.

2
Comments 1
3 min read
From Homemade HTTP Router to New ServeMux

From Homemade HTTP Router to New ServeMux

4
Comments
12 min read
How to create a lan server using Node.js and Fastify.js

How to create a lan server using Node.js and Fastify.js

1
Comments
2 min read
HTTP methods definitions

HTTP methods definitions

Comments
4 min read
loading...