A proxy is a device or program that stands between two or more interconnected programs or devices. Reasons for a proxy include one or more connected parties only wanting the other to access specific data. A proxy provides a method for this.
0
votes
0answers
1 views
Portal reverse proxy change ports APACHE PROXY LINUX
We have a portal. the portal is used to reach some resources available internal, like http://www.resource.com/agent.
Via the portal(on internet) www.portal.com, we can reach the internal resource ...
0
votes
0answers
4 views
The type initializer for 'Nuget.Proxy Cache' threw an exception
I am getting the error The type initializer for 'Nuget.Proxy Cache' threw an exception when trying to connect to the Nuget offcial Package source. I am behind a corporate network, however I doubt the ...
0
votes
0answers
12 views
what's the cause of Proxy Error in my cxf client?
When I call a webservice within cxf client from my local computer everything is ok but when I call the webservice on server the webservice displays the message below:
Caused by: java.io.IOException: ...
0
votes
1answer
28 views
How much overhead does a caching reverse proxy bring for static content
If i query a static 200kb HTML file on a nginx server with t parallel threads, it comes in m ms and i reach a throughput of about r req/sec. (I used the average over about 2000 requests)
t:10 m:13 ...
1
vote
0answers
13 views
https based url not working in fcokopen with proxy
I cant load https based urls in fsockopen with proxy but i can load https without proxy .
$fp = fsockopen($proxyHost ? $scheme.$proxyHost : $scheme.$host, $proxyPort ? $proxyPort : $port, $errno, ...
0
votes
2answers
548 views
mod_proxy_html configuration - truncation issues
I've looked around as much as I can, and I've hit the point where I'm completely stumped.
I'm running a RedHat server with Apache on top, which I'm using as a proxy to sit between the outside world ...
0
votes
1answer
18 views
Running Selenium Webdriver with a proxy in Python
I am trying to run a Selenium Webdriver script in Python to do some basic tasks. I can get the robot to function perfectly when running it through the Selenium IDE inteface (ie: when simply getting ...
0
votes
3answers
224 views
GitHub Windows client behind proxy
I'm trying to get the GitHub client for Windows working. I am on a corporate Win 7 x64 computer behind a corporate proxy and firewall. Following various other posts and experimenting with multiple ...
0
votes
1answer
3k views
Apache & Tomcat: ProxyPass and ProxyPassReverse
I'am having troubles configuring Apache and Tomcat, this is the scenario:
I have an Apache Web Server, running and working normally, I can access to this one just typing:
http://localhost
Also, in ...
0
votes
0answers
20 views
Changing Youtube URL using Proxy ASP.NET
I am just a newbie in web Programming and probably I am asking a stupid question I am trying to write a code to visit YouTube's Video. For a specific video I am getting the following URL
...
0
votes
2answers
23 views
How to build a PHP/Node proxy to render external http images on https website?
I have a website running on https.
I have to load images from external server (external domain) which doesn't have https, but single http protocol.
Is there's any way to handle proxy for http images ...
2
votes
2answers
31 views
Sending mail using gmail from behind a proxy using java
My current code is (I am using correct username and password in actual code) :-
public class MailTry {
public static void main(String[] args) {
final ...
0
votes
0answers
6 views
Which headers should a proxy send? X-Forwarded-Host vs X-Host
Which headers should a proxy send? There seems 2 different headers for forwarding the original host. X-Forwarded-Host and X-Host. Which of this both headers should a proxy send? Or both headers?
1
vote
1answer
15 views
Get IE's default proxy with DefaultWebProxy
I've read through pretty much all the documentation I can find but I'm yet to find a simple working example of how to get IE's default proxy settings using DefaultWebProxy.
This code seems to compile ...
-4
votes
1answer
27 views
Need some code for opening HTTPS website via proxy using OpenSSL [closed]
Please help me to find a working c/c++ example. I want to download https://google.com via proxy 202.118.236.130:3128 using OpenSSL.