DORSETRIGS
Home

proxy (138 post)


posts by category not found!

How do a send an HTTPS request through a proxy in Java?

Sending HTTPS Requests Through a Proxy in Java When developing applications that require internet access you might encounter scenarios where you need to send HT

3 min read 09-10-2024 22
How do a send an HTTPS request through a proxy in Java?
How do a send an HTTPS request through a proxy in Java?

Is it possible to set proxy settings in a Safari Extension?

Can You Set Proxy Settings in a Safari Extension When developing extensions for browsers like Safari developers often face the question can we manipulate networ

2 min read 08-10-2024 30
Is it possible to set proxy settings in a Safari Extension?
Is it possible to set proxy settings in a Safari Extension?

Scan xml for links using ajax, apply links to another ajax call to scrape page and return data

Scanning XML for Links Using AJAX A Guide to Scraping Data When working with web applications developers often face the challenge of dynamically retrieving and

2 min read 08-10-2024 33
Scan xml for links using ajax, apply links to another ajax call to scrape page and return data
Scan xml for links using ajax, apply links to another ajax call to scrape page and return data

Problem with Squid - Proxy authentication required

Understanding the Squid Proxy Authentication Problem Troubleshooting and Solutions When using the Squid proxy server users sometimes encounter a common issue Pr

3 min read 08-10-2024 31
Problem with Squid - Proxy authentication required
Problem with Squid - Proxy authentication required

How does web proxy work internally?

Understanding How a Web Proxy Works Internally In the world of internet browsing a web proxy serves as an intermediary between a user and the websites they visi

3 min read 08-10-2024 26
How does web proxy work internally?
How does web proxy work internally?

How to make a simple proxy in python?

How to Make a Simple Proxy in Python Creating a proxy server can be an essential task for various reasons such as enhancing privacy bypassing restrictions or te

3 min read 08-10-2024 28
How to make a simple proxy in python?
How to make a simple proxy in python?

How to log full URL in Squid3 ubuntu?

How to Log Full URL in Squid3 on Ubuntu When managing web traffic with Squid Proxy Server on Ubuntu logging is an essential feature It helps administrators moni

3 min read 08-10-2024 31
How to log full URL in Squid3 ubuntu?
How to log full URL in Squid3 ubuntu?

Chrome asks for proxy authentication for every page I open, IE doesn't

Why Chrome Asks for Proxy Authentication on Every Page A Solution Guide Understanding the Problem Have you ever encountered a situation where Google Chrome prom

3 min read 08-10-2024 28
Chrome asks for proxy authentication for every page I open, IE doesn't
Chrome asks for proxy authentication for every page I open, IE doesn't

http 407 proxy authentication required : how to handle in java code

HTTP 407 Proxy Authentication Required How to Handle in Java Code When working with web applications you may encounter various HTTP status codes that indicate d

3 min read 08-10-2024 23
http 407 proxy authentication required : how to handle in java code
http 407 proxy authentication required : how to handle in java code

nginx: use environment variables

Harnessing Environment Variables in Nginx A Powerful Tool for Dynamic Configuration Nginx a widely used web server is renowned for its efficiency and flexibilit

2 min read 07-10-2024 32
nginx: use environment variables
nginx: use environment variables

Using Git on Windows, behind an HTTP proxy, without storing proxy password on disk

Git on Windows Behind an HTTP Proxy Securely Bypass the Firewall Many developers work behind corporate firewalls that require a proxy server to access the inter

2 min read 07-10-2024 31
Using Git on Windows, behind an HTTP proxy, without storing proxy password on disk
Using Git on Windows, behind an HTTP proxy, without storing proxy password on disk

PHP use socks5 proxy with fsockopen ssl

Connecting to SSL Websites with fsockopen and Socks5 Proxies in PHP Connecting to websites securely over HTTPS SSL is essential in todays internet landscape How

3 min read 07-10-2024 28
PHP use socks5 proxy with fsockopen ssl
PHP use socks5 proxy with fsockopen ssl

Nginx does redirect, not proxy

Nginx Redirect vs Proxy Understanding the Difference When working with web servers its common to use tools like Nginx to handle incoming requests and route them

2 min read 07-10-2024 32
Nginx does redirect, not proxy
Nginx does redirect, not proxy

Proxy HTTPS with HTTP in Node.js express

Proxying HTTPS Requests Through HTTP in Node js with Express In web development its not uncommon to need to proxy HTTPS requests through an HTTP server This mig

2 min read 07-10-2024 29
Proxy HTTPS with HTTP in Node.js express
Proxy HTTPS with HTTP in Node.js express

Apache > Proxy > How to forward HTTP request with POST data

Forwarding HTTP POST Requests with Apache Proxy A Comprehensive Guide Problem You need to forward an HTTP POST request from one server to another while maintain

2 min read 07-10-2024 22
Apache > Proxy > How to forward HTTP request with POST data
Apache > Proxy > How to forward HTTP request with POST data

Apache reverse proxy with subfolder

Mastering Apache Reverse Proxy with Subfolders A Comprehensive Guide The Problem You want to host multiple websites or applications under a single domain with e

2 min read 07-10-2024 24
Apache reverse proxy with subfolder
Apache reverse proxy with subfolder

Use curl --resolve with http proxy

Mastering curl resolve with HTTP Proxies A Comprehensive Guide You ve likely encountered the scenario you need to interact with a server using curl but its behi

2 min read 07-10-2024 29
Use curl --resolve with http proxy
Use curl --resolve with http proxy

Unable to tunnel through proxy - Jsoup

Unable to tunnel through proxy J Soup and Proxy Issues A Guide to Troubleshooting Problem You re trying to fetch data from a website using Jsoup but your code i

3 min read 06-10-2024 45
Unable to tunnel through proxy - Jsoup
Unable to tunnel through proxy - Jsoup

How to use NGINX as forward proxy for any requested location?

NGINX as a Forward Proxy Routing Traffic Through a Single Gateway Imagine a scenario where your team needs to access resources on the internet but for security

2 min read 06-10-2024 50
How to use NGINX as forward proxy for any requested location?
How to use NGINX as forward proxy for any requested location?

Nginx 502 Bad Gateway error when using proxy

Nginx 502 Bad Gateway Troubleshooting Your Proxy Setup The dreaded 502 Bad Gateway error in Nginx is a common headache for developers and system administrators

3 min read 06-10-2024 33
Nginx 502 Bad Gateway error when using proxy
Nginx 502 Bad Gateway error when using proxy

How to use socks5 proxy in android app?

Unlocking Privacy and Performance How to Use a SOCKS 5 Proxy in Your Android App Tired of slow internet speeds intrusive ads and privacy concerns Utilizing a SO

3 min read 06-10-2024 45
How to use socks5 proxy in android app?
How to use socks5 proxy in android app?

Keycloak identity brokering (to Azure AD) blocked by corporate proxy on authorization_code exchange

Keycloak Identity Brokering to Azure AD Overcoming Corporate Proxy Hurdles The Problem Many organizations use Keycloak for identity and access management Someti

2 min read 06-10-2024 51
Keycloak identity brokering (to Azure AD) blocked by corporate proxy on authorization_code exchange
Keycloak identity brokering (to Azure AD) blocked by corporate proxy on authorization_code exchange

SSLException: Unrecognized SSL message, plaintext connection? error while sending https POST in Camel via PROXY

SSL Exception Unrecognized SSL message plaintext connection in Camel Troubleshooting HTTPS POST via Proxy Problem You re encountering the SSL Exception Unrecogn

2 min read 06-10-2024 48
SSLException: Unrecognized SSL message, plaintext connection? error while sending https POST in Camel via PROXY
SSLException: Unrecognized SSL message, plaintext connection? error while sending https POST in Camel via PROXY

How to set up a https foward proxy for curl

Securing Your Requests Setting up an HTTPS Forward Proxy for Curl Tired of your curl requests being intercepted Want to ensure your data is secure and your priv

2 min read 06-10-2024 48
How to set up a https foward proxy for curl
How to set up a https foward proxy for curl

How to use local proxy settings in docker-compose

Navigating the Labyrinth Using Local Proxy Settings in Docker Compose Docker Compose is a powerful tool for defining and managing multi container Docker applica

2 min read 06-10-2024 64
How to use local proxy settings in docker-compose
How to use local proxy settings in docker-compose