Forward MiMT Proxy
Secure proxy service that handles your bot traffic with advanced Man-in-the-Middle capabilities, ensuring seamless communication between your bot and target websites.
Choose your preferred deployment method:
# Cloud - no installation needed
https://proxy.prod.engineering.xhr.dev
# Self-hosted via Docker (invite-only)
docker pull ghcr.io/xhrdev/proxy
# Self-hosted via npm (invite-only)
npm install @xhrdev/tls
import axios from 'axios';
import HttpsProxyAgent from 'https-proxy-agent';
const axios = require('axios');
const { HttpsProxyAgent } = require('https-proxy-agent');
const { data } = await axios.request({
headers: {
'x-xhr-api-key': process.env.XHR_API_KEY,
},
httpsAgent: new HttpsProxyAgent('https://proxy.prod.engineering.xhr.dev'),
url: 'https://app.gusto.com/login',
});
Need help? We're here for you:
© 2024 XHR Software Inc.
Delaware Company No. 5619734