Tobias Müllerserverlessly.hashnode.net·Jan 10, 2023FeaturedBuilding a global reverse proxy with on-demand SSL supportMotivation Who needs a reverse proxy with on-demand SSL support? Well, think about services as Hashnode, which also runs this blog, or Fathom and SimpleAnalytics. A feature that all those services have in common? They all are enabling their customers...13 likes·546 readsAWS
Stephen Asuncionstephenasuncion.hashnode.net·Sep 27, 2022How to rewrite subdomain to subpath without using a reverse proxy?Hey friends 👋, Overview I was re-coding a website service for nfthost.app and I wanted users to have their websites linked to a subdomain of my application. My project is using Next.js and it was deployed with Vercel. This blog will show you step by...10 likes·90 readsNext.js
Tobi Ojuolapetobiojuolape.hashnode.net·Apr 1, 2023Implementing a Reverse Proxy API in GoIntroduction If you have had any experience consuming APIs on the web, you would agree that one of the most frustrating issues you can experience is a Cross-Origin Resource Sharing error (CORS). I have previously written an article on how to fix CORS...10 likes·94 readsGeneral Programming
Tobi Ojuolapetobiojuolape.hashnode.net·Apr 1, 2023Implementing a Reverse Proxy API in GoIntroduction If you have had any experience consuming APIs on the web, you would agree that one of the most frustrating issues you can experience is a Cross-Origin Resource Sharing error (CORS). I have previously written an article on how to fix CORS...10 likes·94 readsGeneral Programming
Abhishek Singhsinghabhishek.hashnode.net·Mar 29, 2023Load Balancing with HAProxy: A Beginner's GuideWhat is HAProxy HAProxy is a high-performance open-source load balancer and proxy server that enables the scaling of web applications by distributing traffic across multiple servers. It is designed to handle high traffic volumes and improve the avail...Haproxy
Sohag Hasansohag.hashnode.net·Mar 26, 2023Understanding Reverse Proxy: How It Works and Why You Need ItIn today's digital world, web applications and services are becoming increasingly complex, with multiple components and servers working together to deliver content and functionality to users. One critical component in this architecture is the reverse...Proxy Server
Sumit Mondalsumit007.hashnode.net·Mar 20, 2023Deploying a Notes App in Nginx Server Using DockerWhy I used Nginx? I Used Nginx because:- The main functions of the reliable, effective web server Nginx are caching, reverse proxies, and load balancing. It can be set up to function as an HTTP server and a mail proxy server. Step 1 -: Create AWS EC2...Devops
Bruno Trindade Bragançabrbdev.hashnode.net·Mar 17, 2023How to create a reverse proxy using Nginx to returns a JSON when hits some endpointTo see this post in Portuguese, click here The problem At my current job, I had to build a page to check if some environments are running or down. Just like AWS, Apple, etc, have, as you can see below. Job done, then I have to write tests to ensure...nginx
Bhavadharanibhavadharani.hashnode.net·Mar 1, 2023Building Real-time Software Systems Made Easy By PushpinBefore talking about pushpin, let us understand what is Reverse Proxy Server A reverse proxy server is a server that sits between a client and a web server, forwarding client requests to the web server and returning the web server's responses to the ...5 likes·33 readsDevops
Bhaskar Sharmamarsgo.hashnode.net·Feb 14, 2023How to use Traefik and Docker to route traffic to different services part 1Last week I was exploring traefik. I had to deploy two microservices on the same server. Treafik is a proxy that helps you deploy microservices. I did not expect this but I liked and also saved me time. This post has two parts. In this part, I will s...10 likes·41 readsTraefik
Leonardo Vieiraleonardovee.hashnode.net·Jan 22, 2023Implementing a Reverse ProxyIn this article, I'll show what is and how to build a Reverse Proxy. The full code example can be found at: https://github.com/leonardovee/reverse-proxy What is a Reverse Proxy? Reverse Proxy, in essence, is a web server that receives incoming reques...1 like·59 readsgolang
Tobias Müllerserverlessly.hashnode.net·Jan 10, 2023FeaturedBuilding a global reverse proxy with on-demand SSL supportMotivation Who needs a reverse proxy with on-demand SSL support? Well, think about services as Hashnode, which also runs this blog, or Fathom and SimpleAnalytics. A feature that all those services have in common? They all are enabling their customers...13 likes·546 readsAWS
Vivek Kasturejrdeveloper.hashnode.net·Dec 6, 2022Reverse Proxy a request to Azure blob storage URL's with NginxNowadays, everyone is trying to adopt cloud technologies. Currently, there are a few famous cloud service providers in the market such as AWS, Microsoft Azure, GCP, etc. Web developers often use cloud storage to dump static data, such as images, vide...nginx