← Back to Hex Proxies

Platform Integration Guides

Proxy setup guides for popular programming languages, frameworks, and tools. Copy-paste code snippets to get started in minutes.

Chrome Extension

javascriptTool

Configure proxies in Chrome extensions using the chrome.proxy API. Browser extension proxy setup with Hex Proxies.

// manifest.json permissions needed:

Go

goLanguage

Configure HTTP proxies in Go using net/http Transport. Complete Go proxy setup guide with authentication and Hex Proxies.

package main

Java

javaLanguage

Set up HTTP proxies in Java with HttpClient, OkHttp, and Apache HttpClient. Enterprise-grade proxy configuration with Hex Proxies.

import java.net.*;

Node.js

javascriptLanguage

Configure HTTP proxies in Node.js with axios, node-fetch, and undici. Complete proxy setup guide with Hex Proxies.

import axios from 'axios';

Playwright

javascriptFramework

Configure proxies in Playwright for Chromium, Firefox, and WebKit. Cross-browser proxy setup with Hex Proxies.

import { chromium } from 'playwright';

Puppeteer

javascriptFramework

Set up proxies in Puppeteer for headless Chrome. Node.js browser automation proxy configuration with Hex Proxies.

import puppeteer from 'puppeteer';

Python

pythonLanguage

Learn how to configure HTTP and SOCKS5 proxies in Python using requests, urllib, and httpx. Step-by-step setup with Hex Proxies residential IPs.

import requests

Scrapy

pythonFramework

Configure proxy middleware in Scrapy for large-scale web scraping. Rotating proxy setup with Hex Proxies.

# settings.py - Enable proxy middleware

Selenium

pythonFramework

Configure proxies in Selenium WebDriver for Python and Java. Browser automation proxy setup with Hex Proxies residential IPs.

from selenium import webdriver