Hrithwik Bharadwajhrithwik.hashnode.net·Mar 15, 2022Use Cloudflare Workers as a Reverse ProxyReverse Proxy / Rewrites allow us to serve content from different hosts/websites to our domain. For example, this article you are reading, is on blog.hrithwik.me which is essentially a Reverse proxy / Rewrite of hrithwik.hashnode.dev. So you get the ...94 likes·7.5K readsserverless
Carlos Armando Marcano Vargascarlosmv.hashnode.net·Apr 18, 2023FeaturedBuilding a Proxy Server in Rust with Axum | Rust.In this article, we are going to build a proxy server using the Rust programming language and the Axum framework. The server is designed to block websites defined in a text file. We will use Axum's http-proxy example and add the feature to block the ...46 likes·224 readsRust
Mauricio Robayomauriciorobayo.hashnode.net·Feb 12, 2020FeaturedHow to hide your front-end API keysMost of web API services require the use of an API key or an access token to get authorization. The problem with this setup is that when you include your credentials with your front-end code, any user who understands the basics of HTTP and knows how ...38 likes·5.3K readsproxy
Pradyumna Gargpradyumnagarg.hashnode.net·Apr 25, 2023Javascript Proxy, hidden masterpiece?As a web developer, you might have come across the term "proxy" in the context of web requests or server-side operations. However, in JavaScript, the term "proxy" takes on a whole new meaning. In this blog, we will explore JavaScript Proxy from a dev...JavaScript
Carlos Armando Marcano Vargascarlosmv.hashnode.net·Apr 18, 2023FeaturedBuilding a Proxy Server in Rust with Axum | Rust.In this article, we are going to build a proxy server using the Rust programming language and the Axum framework. The server is designed to block websites defined in a text file. We will use Axum's http-proxy example and add the feature to block the ...46 likes·224 readsRust
Philip Birk-Jensenbirkandme.hashnode.net·Apr 17, 2023The Neverending ObjectI've been messing with the Proxy object lately, and I've created a very simple proxy, that allows for a neverending object chain. It's basically a chain of No operations, and yes I know it's a hard sell, but I used it to rekindle one of my old projec...JavaScript
ilijailijanl.hashnode.net·Apr 17, 2023How to secure and make GraphQL blazingly fastSecurity GraphQL gives frontend developers ability to fetch the exact data they need and having strong schema definition which can be used to generate typesafe clients. However, with great power comes great responsibility. Many articles can be found ...2 likes·370 readsGraphQL
Atankatank.hashnode.net·Apr 13, 2023What about the unavailability of OpenAI's API in Celestial Empire?Atank © 2023 Note: As English is my second language, I have relied on ChatGPT to optimize my article. 1. Obstructing the sky and covering the sun As we all know, there is a thing called the Great Firewall in China, which confines the citizens to an a...28 readsproxy
Annaruannaru.hashnode.net·Apr 10, 20236 Ways Mobile Proxies are Empowering Creativity in ArtMobile proxies help artists be more creative by allowing them to access and explore online content from different locations, bypass censorship, create unique social media content, research art trends, and markets, protect online identities, and strea...proxy
Himanshu NikhareforSideQuirk Blogshimanshu25-1656792140651.hashnode.net·Apr 7, 2023Capture your Mobile Application's Network Logs from Automation - Part 2In Part-1 of this tutorial, we learned how to intercept HTTPS Requests using MITM Proxy. In Part-2 will use a proxy Java Client (https://github.com/appium/mitmproxy-java) to intercept and capture requests from our automation framework. What is mitmp...app development
Madu Emeliemaduemelie.hashnode.net·Apr 4, 2023Working with the JavaScript Reflect APIIntroduction The Reflect API is a set of built-in JavaScript methods that allow you to work with objects and their properties in a more dynamic and flexible way. It provides a unified API for performing common object-oriented programming tasks, such ...reflection
Joe Roskopfjoer.hashnode.net·Apr 3, 2023Dynamic Proxies in Kotlin with CoroutinesOne of the features that make Kotlin stand out is its support for coroutines. Coroutines allow developers to write asynchronous code in a sequential manner, making it easier to reason about and less error-prone. Over the last few years, Coroutines ha...Android
Md. Minhazul Haquemdminhazulhaque.hashnode.net·Mar 31, 2023Bypass Proxy for Composer/NPM/AptWhile working in a restricted on-prem network, popular package managers like Composer or NPM may not properly work. Thanks to the proxy filtering technologies at the internet gateway end. These package managers often download files over an unencrypte...proxy