Questions tagged [foxyproxy]

FoxyProxy is an advanced proxy management tool for Firefox, Chorme and IE

There are 3 flavors of FoxyProxy: Basic, Standard and Plus.

It helps you connect to and manage your favorite proxy or VPN service. For a simpler tool and less advanced configuration options, please use FoxyProxy Basic.

Download URL: FoxyProxy Download

9 questions
44
votes
13 answers

Webdriver and proxy server for firefox

are there any ways to set firefox's proxy settings? I found here information about FoxyProxy but when Selenium works, plugins are unactivated in window.
Max Frai
  • 61,946
  • 78
  • 197
  • 306
4
votes
0 answers

How to change foxyproxy settings from Selenium Webdriver java code

I am looking for how to change foxyproxy's settings in Selenium WebDriver from Java. My code is the following currently. FirefoxProfile profile = new FirefoxProfile(); File foxyproxy = new File("path to foxyproxy.xpi"); try { …
2
votes
1 answer

Cannot add foxyproxy addon to selenium profile

When trying to add FoxyProxy extension to Firefox driver like so: from selenium.webdriver import FirefoxProfile, DesiredCapabilities from selenium import webdriver profile =FirefoxProfile() firefox_capabilities =…
CodeSamurai777
  • 3,285
  • 2
  • 24
  • 42
0
votes
2 answers

Web pages take forever to load when using burp suite

I'm new to burp suite and I'm getting lot of errors with it, one of the errors are this. When I'm trying to access web pages (ex:- google.com, hackerone etc.) it just never load in the web page( Intercept is off) and I'm using chrome. Please help me…
Kulidu David
  • 51
  • 2
  • 2
  • 7
0
votes
2 answers

FoxyProxy substitute for Internet Explorer

I don't have direct network access to the linux host I'm debugging PHP/Javascript code on. I SSH to a jump box, then use FoxyProxy to tunnel my firefox requests through my SSH session using SOCKS forwarding. I want to be able to debug the…
Dan Wolchonok
  • 1,930
  • 1
  • 21
  • 21
0
votes
1 answer

Use Burp Suite Community edition to track traffic over VPN and proxy

my application is accessible only on VPN (I use Cisco VPN client) and I need to have proxy enabled in my chrome browser using Foxy Proxy. Only after I connect to VPN and enable Foxy Proxy, I am able to access my application. How can I monitor the…
mismas
  • 1,236
  • 5
  • 27
  • 55
0
votes
0 answers

How to use proxy on specific url selenium

I would like to go through a proxy for some urls but not for all when executing my python program. I am a beginner on selenium (and python in general), manually I used foxyproxy on my firefox but automatically thanks to selenium I do not know how to…
baptiste
  • 13
  • 1
0
votes
1 answer

Cannot use Private Socks5 proxy with Selenium+Firefox (Python)

Context: I am using Python, selenium + Geckodriver. Firefox webbrowser automation and I have problem on a private proxy authentification. I cannot manage to configure my socks5 proxy username and password. Thus, Firefox shows up but connection…
Aness
  • 610
  • 1
  • 7
  • 24
0
votes
2 answers

Wordpress + Local host proxy

Hello I want to create a local sandbox for my wordpress and keep the exact same hostname than my hosting server; so when I re-upload all and the database everything stays 1:1. I can't do it via hosts file in windows because I need a different port…