JIYIK CN >

Current Location:Home > Learning > NETWORK >

All

Introduction to Python Network Programming

Publish Date:2025/03/17 Author:JIYIK Category:NETWORK

This tutorial will introduce sockets in Python and how to use the socket module to build HTTP servers and clients in Python. It will also cover Tornado, a Python networking library that is ideal for long polling, WebSockets, and other networking scena...

Full

The Penetration Tester's Guide to Cross-Site Scripting (XSS)

Publish Date:2025/03/17 Author:JIYIK Category:NETWORK

The Penetration Tester's Guide to Cross-Site Scripting (XSS)

A cross-site scripting (XSS) attack is a type of injection where a malicious script is injected into an otherwise benign and trusted website. It occurs when an attacker uses a web application to send malicious code (usually in the form of a browser-si...

Full

The Penetration Tester's Guide to Command Injection

Publish Date:2025/03/17 Author:JIYIK Category:NETWORK

Command injection is an attack whose goal is to execute arbitrary commands on the host operating system through a vulnerable application. This happens when an application passes unsecured user-supplied data (forms, cookies, HTTP headers, etc.) to the ...

Full

Nginx is running but not serving sites

Publish Date:2025/03/17 Author:JIYIK Category:NETWORK

We recently installed nginx version 1.17 on a new machine. The configuration created in sites-available` was symlinked to `sites-enabled`, but nginx is not serving any domains....

Full

How to fix cross-origin (CORS) issues in Angular

Publish Date:2025/03/17 Author:JIYIK Category:NETWORK

When we use a backend server for our Angular application during development, when trying to request resources from the API, we may encounter some cross-origin (CORS) restrictions that prevent us from accessing data from the API....

Full

How to avoid soft 404 in the website during SEO

Publish Date:2025/03/17 Author:JIYIK Category:NETWORK

How to avoid soft 404 in the website during SEO

This article shares an SEO problem, soft 404. A status code we often see on websites is 404. Whether we develop a website or not, this is a problem we have to face. What is a soft 404? Before talking about soft 404, we must first understand...

Full

9 Ways to Fix NET::ERR_CERT_AUTHORITY_INVALID Error

Publish Date:2025/03/17 Author:JIYIK Category:NETWORK

9 Ways to Fix NET::ERR_CERT_AUTHORITY_INVALID Error

Sometimes even after you have an SSL certificate installed on your website, your website’s users may encounter NET::ERR_CERT_AUTHORITY_INVALID an invalid certificate authority error. Despite the intimidating name, the invalid certificate...

Full

OAuth2.0 - Client Credentials Extension Knowledge Points

Publish Date:2025/03/17 Author:JIYIK Category:NETWORK

OAuth2.0 - Client Credentials Extension Knowledge Points

In this article, we will continue with the article on how OAuth2.0 issues access tokens and introduce several related knowledge points involving client credentials: Obtain end-user authorization Authorization Response Error Responses and Er...

Full

OAuth2.0 - How to issue access tokens

Publish Date:2025/03/17 Author:JIYIK Category:NETWORK

OAuth2.0 - How to issue access tokens

In the previous article, we introduced that OAuth2.0 is an authorization mechanism whose main purpose is to issue tokens between websites or applications that want to share resources. Before starting this article, we assume that you have un...

Full

OAuth2.0 - A comprehensive understanding of OAuth2.0

Publish Date:2025/03/17 Author:JIYIK Category:NETWORK

OAuth2.0 - A comprehensive understanding of OAuth2.0

When I first came into contact with OAuth2.0, I often confused it with SSO single sign-on. Later, due to work needs, I implemented a set of SSO in the project. Through my gradual understanding of SSO, I also distinguished it from OAuth2.0....

Full

HTTP2 Tutorial - How to Configure HTTP2 with Nginx

Publish Date:2025/03/17 Author:JIYIK Category:NETWORK

HTTP2 Tutorial - How to Configure HTTP2 with Nginx

HTTP2 was officially released in 2015. If your website is still using HTTP/1.1, you may be out of date. Don't worry, here we will see how to use Nginx to upgrade your website to HTTP2. Install Nginx I feel that this column is redundant. Sin...

Full

Scan to Read All Tech Tutorials

Social Media
  • https://www.github.com/onmpw
  • qq:1244347461

Hottest

Tags

Scan the Code
Easier Access Tutorial