Questions tagged [proxy]

Device or program that stands between two or more interconnected programs/devices

3307 questions
1
vote
1 answer

How to tell httpd to preserve the proxied error message?

I have an httpd server proxying the requests to 2 different tomcat servers. One of my server handles the authentication and returns a specific http error code 521 when the user already have a running session. My issue is httpd automatically maps…
poussma
  • 150
  • 1
  • 1
  • 6
1
vote
1 answer

How can I configure BIND that it FORWARDS lookups to an internet dns

I would like to configure BIND that I have a few "local" zones with manual entries and all other lookups should be forwarded to an external internet dns. How can I do that? Maybe I'm absolutely wrong, but I haven't got a lot of experience with…
Lars
  • 13
  • 3
1
vote
1 answer

Route SOAP request through external server

I need to integrate with a SOAP Web Service that requires that the requests come from a whitelisted IP address. As I often do development from all over the place it is quite annoying to ask for a new whitelisted IP each time. I have a remote server…
sanbornm
  • 105
  • 1
  • 6
1
vote
2 answers

Enforce using proxy in all browsers

I've configured squid with squid with squidguard and when using proxy in browser it works fine. But I want to enforce using proxy (probably in iptables) in all browsers. Now it can be disabled in the browser settings by user. My setup is: one…
Petr Marek
  • 123
  • 4
1
vote
2 answers

software to proxy/gateway all traffic

My friend is in a country where facebook is blocked, but he wants to use facebook api services that is blocked. He can't use proxy because there's no way to configure the api lib for accessing facebook api to use a proxy. so other than setting up…
STO
1
vote
1 answer

Is it safe to publicly tell the IP of my proxy?

I'm working behind a proxy and I save my code using github.com . My snippets of java code contain some system parameters to tell java about our proxy: System.setProperty("http.proxyHost", "xxxxxxxxx"); System.setProperty("http.proxyPort",…
Pierre
  • 429
  • 1
  • 5
  • 14
1
vote
2 answers

Blocking IP's Nginx behind proxy

I'm running a Nginx 1.2.4 webserver here, and I'm behind a proxy of my hoster to prevent ddos attacks. The downside of being behind this proxy is that I need to get the REAL IP information from an extra header. In PHP it works great by doing…
Mr.Boon
  • 1,471
  • 4
  • 24
  • 43
1
vote
1 answer

IIS Redirect a sub directory to an external URL

Hi forgive my ignorance for I am a humble client side developer... I am a webapp made up of static HTML and JS. But I want to call an external service via AJAX, this causes some issues with CORS or Cross Domain policy on the browser. So I need to…
Will Hancock
  • 111
  • 2
1
vote
1 answer

Force proxy settings (Solaris\Linux)

I have tried the following from the command line in solaris: DATE TIME user@host> bash bash-3.2$ export http_proxy=http://localhost:8080/ bash-3.2$ echo $http_proxy http://localhost:8080/ bash-3.2$ firefox Since I do not have a proxy running…
user974896
  • 341
  • 1
  • 6
  • 15
1
vote
0 answers

Squid Random Shared ip proxy

Running Squid with a acl random ip setup, Have 745 ip's in the pool and we are about 10 users that use it with tools that are running multiple threads, Check rankings on Google etc Issue: We did start to experiance som issues with a ip number that…
1
vote
1 answer

Get Squid to pass X-Requested-With header

I have configured a squid 3.1 proxy server. Everything works great except for the X-Requested-With header. I can't manage to figure out how to pass that header to the site I'm attempting to open via the proxy. This is my current…
tftd
  • 1,498
  • 7
  • 25
  • 40
1
vote
1 answer

iptables tcp proxy rules not working

I have several servers that need to connect to a remote service. These servers are ec2 instances under my control. The remote service is run on a server managed by my company, but not my department, and I'm not sure where it is hosted. For security…
Brandon
  • 151
  • 7
1
vote
2 answers

Do large corporations block jQuery content on web pages?

We are currently redesigning our website. The company we've hired to do the redesign is advocating the use of jQuery to render the pages dynamically. Our SEO specialist is under the impression that many larger corporations may have jQuery blocked…
Hannah Vernon
  • 185
  • 4
  • 17
1
vote
2 answers

Windows proxy settings group policy

I created a GP for internal proxy, it works for all new machine users but old users still find old configuration. How to force the GP refresh overriding current settings at logon? Thank you.
Tobia
  • 1,272
  • 9
  • 41
  • 81
1
vote
1 answer

Squid proxy users in HTTPS connection

I saw in my Squid proxy log that I cannot log username in an HTTPS connection. Do you think this is my configuration error, or it is impossible due to the encryption? If the answer is the second one it means that HTTPS is always free to anonymous…
Tobia
  • 1,272
  • 9
  • 41
  • 81