Just Another Devjustanotherdev.hashnode.dev·Dec 16, 2024Proxy, reverse proxy and API gatewayWhat are the differences between all of them? How do they all relate? There is one overlapping concept that goes into all of those: connecting systems. The main function of all of these is to connect two or more systems that want to communicate. And ...backend
Lewis Kerrswiftproxy.hashnode.dev·Dec 10, 2024Efficient Techniques for URL Scraping and Data Extraction with PythonThe Internet is an ocean of data. How to efficiently crawl and extract valuable information from it has become an important topic in many fields. Python, with its powerful library support and flexible programming features, has become the preferred to...Python
Lewis Kerrswiftproxy.hashnode.dev·Dec 9, 2024Using Python 3 to Obtain and Fix Proxies from a URLIn the process of web crawling and data collection, proxy servers play a vital role. They can help us bypass IP restrictions, hide our true identity, and improve the efficiency of crawling. This article will detail how to obtain and parse proxy infor...Python 3
Hoàng Anh Nguyễn Bánguyenbahoanganh.tech·Nov 30, 2024Hưỡng Dẫn Triển Khai Reverse Proxy NginxTrong bài viết này, chúng ta sẽ cùng tìm hiểu chi tiết về reverse proxy và cách triển khai nó trong thực tế. Reverse proxy đóng vai trò quan trọng trong việc cải thiện hiệu năng, bảo mật, và tính sẵn sàng của hệ thống web. Hãy cùng nhau khám phá cách...nginx
Frankbytesonly.hashnode.dev·Nov 30, 2024The fabulous world of PAC filesPrelude This is the story of how I fell into the rabbit hole of proxy automatic configuration (or PAC) files. My company lets me connect to their network by VPN. But we also use cloud services like GitHub. The enterprise GitHub is secured by an IP al...#pac
Neha Sethinehakumarisethi.hashnode.dev·Nov 30, 2024How to Disable Proxy Server?If you're using a proxy server, there may come a time when you need to disable it for various reasons—be it for troubleshooting, speed improvement, or simply wanting to ensure a more direct connection to the internet. In this guide, we’ll walk you th...Proxy Server
Denishdenish.hashnode.dev·Nov 26, 2024Boost Your Web Security with Reverse Proxies and SSL Certificates!Hello friends, gadget freaks? ✌ Now let me share with you something rather important for any Web application nowadays – security. As it seen, hackers are always coming up with new strategies and methods of penetrating through a particular system; the...proxy
xiaohanxiaohan.hashnode.dev·Nov 17, 2024软路由网关的实现设备准备 一台路由器,网关电脑,和客户机电脑。 路由器:192.168.1.1 网关机: 有两个网卡,分别为ens33(192.168.1.101), ens34(192.168.1.102) 客户机,有一个网卡(192.168.1.201)。 第一步,网关 效果: 客户机的流量→网关机→公网 实现方式: 开启转发 编译文件/etc/sysctl.conf 加入 net.ipv4.ip_forward=1 然后执行sudo sysctl -p 配置iptables: sudo iptab...gateway
Darshan Atkariatkaridarshan04.hashnode.dev·Nov 10, 2024Understanding Forward Proxy and Reverse Proxy ServersIn today’s digital world, proxies are like gatekeepers for data, helping to control the flow of information and keep networks secure. You’ve probably heard of proxies before, but did you know there are two main types with different roles? These are f...Networkingproxy server benefits
marita Giorgobianiproxynodmaven.hashnode.dev·Nov 8, 2024Boost Your Node.js Productivity Using NodeMavenIn the rapidly evolving world of software development, developers are always looking for tools that can streamline their workflow and enhance productivity. Node.js has become a prominent framework for building scalable network applications due to its...#reviwe