JIYIK CN >

Current Location:Home > Learning >

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

How to find the IP address of the local host in Java

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

How to find the IP address of the local host in Java

The Java Networking API provides a way to find the local host IP address from a Java program using the java.net InetAddress class. It is rare that you need the local host IP address in a Java program. Most of the time, I use the Unix command to find t...

Full

Apache's AllowOverride All doesn't do what you think

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

I just had to set up an Apache server for a school project. Since I like to use .htaccess files to set rewrite rules and fiddle with some other options, I had to load some extra modules in addition to the standard batch processing. Using phpin...

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

How to avoid cross-origin (CORS) issues in React/Next.js

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

In this article, we will introduce how to avoid cross-origin (CORS) issues in React/Next.js. Cross-origin resource sharing (CORS) is a protocol that defines how web requests should be handled when crossing different URLs....

Full

How to Fix Elementor Not Loading Error (5 Methods)

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

How to Fix Elementor Not Loading Error (5 Methods)

With Elementor, we can replace the block editor with a more intuitive page builder. If you are an Elementor user, you need to load the editor every time you want to create or edit a page. However, sometimes errors can prevent Elementor from loading....

Full

NodeJS & HTTP Error Code 431 Request Header Fields

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

I recently discovered that error responses from a Node JS microservice were coming with the HTTP error "431 Request Header Fields Too Large", but at first it seemed to be intermittent, depending on the test environment used. Further investigation reve...

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 Fix ERR_SSL_PROTOCOL_ERROR Error

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

How to Fix ERR_SSL_PROTOCOL_ERROR Error

If your website won’t load over a secure connection due to an error like ERR_SSL_PROTOCOL_ERROR, then this is the right place to start. In this article, we’ll explain what this type of error means and walk you through how to fix it so y...

Full

Scan to Read All Tech Tutorials

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

Hottest

Tags

Scan the Code
Easier Access Tutorial