The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
17 views

how to set http_proxy on terminal in linux and filter a specific ip not to use that proxy

My scenario is this:- I set http_proxy on my terminal, i.e. http_proxy=IP:port, now I want that when my application use a specific IP like "http: //127.0.0.1:port", so it should not use that ...
0
votes
0answers
26 views

(node-http-proxy) Proxy within a http server vs Standalone proxy server

Could anyone help me explain the differences (performance, etc) between plug-in a RoutingProxy instance into a http server and simply a standalone proxy server. Here are links as reference: ...
0
votes
0answers
38 views

What Resources Does HTTP/Socks Proxy Uses? [closed]

I'm looking to create a HTTP or Socks proxy on a dedicated server, And wanted to know how does it handles load what do I need to look for? CPU power, Ram? Or Just bandwidth? I would like to use this ...
3
votes
0answers
51 views

HttpWebRequest doesn't seem to “get” my proxy credentials

I have a REST-based web service I'm trying to connect to, and while it works just fine from my local dev machine, I am trouble getting it to work on my client's test system which is behind a web ...
0
votes
3answers
76 views

Android Proxy Setting

I want to browse some website with proxy that i already have (with apps that i want to make of course). i want to change it programmatically (without go to settings or other 3rd apps included). here ...
2
votes
1answer
109 views

Forward every request with node-http-proxy

I'm trying to setup a node-http-proxy that just forwards requests. In the end this proxy should inject javascript in every website I visit through the browser.. Right now, most pages are forwarded ...
0
votes
1answer
36 views

Node.js Http-proxy How to pass information to target server

I am building a web application using node.js and I need to proxy certain routes to another Node.js (express) server I have the below code var express = require('express'), http=require('http'), ...
0
votes
0answers
34 views

not able to ping any site from terminal after squid proxy client setup

I installed squid proxy server in fedora 14.In client network configurations , i gave server IP Adress as gateway. i enabled ldap authentication process in squid server. I configured proxy server ...
0
votes
0answers
31 views

How can I determine name and value for all parameters when I have HttpRequest object?

So, my current task: do some HTTP request manipulation via browsermob-proxy and Selenium WebDriver Java code below: import java.io.IOException; import org.apache.http.HttpException; import ...
0
votes
0answers
18 views

IIS DELETE webmethod with invalid path is returning 412 instead of 404 error

I have a C#-based IIS ASHX proxy I've written to make cross-domain requests to a RESTful API. I've noticed that when I use the proxy to do a DELETE operation against a bogus path but I'm also ...
0
votes
0answers
36 views

Configuring controller in java to bypass system proxy

I have public void test(String domain, String version, HttpServletResponse response) throws IOException { String strUrl = domain + "?get-wms-list.go?" + "service=web&version=" + ...
0
votes
1answer
61 views

jaxws-maven-plugin and proxy exclusions

I use jaxws-maven-plugin to produce java from wsdl. wsdl located in local network, but refers to some xsd in internet. It becomes troubles in generation code with maven plugin, becouse it has lack of ...
0
votes
0answers
45 views

Possible stable solutions to http,https proxy

I am looking for a stable solution for the following scenary. First of all, I want to redirect http to https and then proxy the http requests to some virtual host. Each virtual host has its own ...
0
votes
1answer
107 views

VB6: Different Proxy for every WebBrowser Control?

So far, i have never found any documentation to use different proxies for each and every webbowser control. Is there any possible hack/tweak to use different proxy for different webbrowser control? ...
1
vote
0answers
119 views

How to use node-http-proxy for HTTP to HTTPS routing?

Here's the module version that I'm using: $ npm list -g | grep proxy ├─┬ http-proxy@0.10.0 A webservice calls into my machine and my task is to proxy the request to a different url and host with an ...
1
vote
1answer
489 views

How to configure maven settings.xml to access nexus behind an apache proxy

I'm having trouble with getting artifacts from nexus and I hope that the community can help me out. It is not a problem to access and work in the nexus web application (I've set the Base URL to ...
0
votes
1answer
31 views

GXT 3.0.1 Multiple Store and Loader for 1 Chart

The problem here is that I need to have only one Chart (for exemple Line Chart) with multiple Series. Data comes from different WebServices so how it is possible to load in the store of one chart, ...
0
votes
0answers
49 views

What is the difference between Connection and Proxy-connection in HTTP header?

What is the difference between Connection and Proxy-connection in HTTP header? Is the proxy-connection field added by the proxy? Or the client and server? What will the proxy, client or server do ...
0
votes
1answer
284 views

How to run node.js app on port 80 using http-proxy?

I want to run my node.js app on port 80 on Apache server. I have tried 2 methods one via Apache: <VirtualHost *:80> ServerName domainName.com ServerAlias www.domainName.com ...
0
votes
0answers
110 views

Android emulator ignores my local monitoring HTTP proxy

I am starting my emulator with the http-proxy option: emulator -avd Test -http-proxy 10.0.2.2:8888 -debug proxy It logs: server name '10.0.2.2' resolved to 10.0.2.2:8888 emulator: Could not ...
0
votes
0answers
83 views

Transfer Files to a Webhost using a proxy.php

Is there an application (desktop, web or CLI) that will allow me to deploy/manage my website files via HTTP requests using some sort of a php script as a middle-man/proxy. When I cannot use FTP ...
0
votes
1answer
107 views

Remote filtering values are not applied to grid when Nested ajax call is added with existing HttpProxy

for Remote filtering ,whenever i click for filter/sort, Forms.asp triggers using proxy,and automaticlly reloaded earlier when i tried below script, to reload the extjs grid with Forms.asp returning ...
0
votes
1answer
71 views

What's the command line switch to get NuGet.exe to completely bypass the http proxy?

I've found plenty of documentation on command line switches for specifying an HTTP proxy for NuGet.exe to use when fetching packages. What is the switch to tell NuGet.exe to completely bypass the ...
2
votes
5answers
128 views

C memory management in server application

I am student and I am writing HTTP proxy application in C. I have trouble with memory management. In all my previous applications I simply wrote a wrapper around malloc which aborted when malloc ...
0
votes
0answers
140 views

C# Proxy Server - Cookie Error

My sincere apologies for code pasting, but it's a tricky one! I'm trying to write a basic http/https proxy in C# that would work like Facebridge. Here is my code: string authority = ...
2
votes
0answers
129 views

Why could not app get http response from server? İt works with wife but not with 3G?

I am tryin to write a app that post the incoming phone number and get response and show the result by using toast to the screen. it works with wife in emulator and phone but not with 3G. When call ...
2
votes
0answers
170 views

nginx produces four times more traffic than node-http-proxy

we are using node-http-proxy for a while and it works fine. But as our system grows bigger, we want to move to nginx. We consume about 100 request per second at the moment, which produce an outgoing ...
4
votes
1answer
153 views

activemq http proxy

I need to connect a ActiveMQ-Listener to a broker outside the firewall through an HTTP/HTTPS-Proxy. I've searched everywhere but haven't found a solution how to set the proxy settings for the ...
0
votes
1answer
84 views

Node.js changin the pathname of a http-proxy request

I'm using the RoutingProxy class (found in the http-proxy package) to proxy certain requests in my node app. I'm having difficulty, however, in adding a prefix to the target path. For example, I'm ...
2
votes
1answer
199 views

Using proxies with Google HTTP Client Library for Java

I use Google HTTP Client Library for Java to make simple JSON requests and parse responses. It works well when I don't go through a proxy. But now I'd like to allow my users to use a proxy (with ...
0
votes
0answers
27 views

Setting Filename in htaccess

I am using an HTTP Proxy to redirect the request for a file in cgi-bin folder. Options +FollowSymLinks RewriteEngine on RewriteCond %{QUERY_STRING} ^(.*)$ RewriteRule ^(.*)$ http://myhost.com/%1 [P] ...
0
votes
0answers
182 views

HTTP proxy in iOS

How to get the HTTP proxy username and password from the server side? I tried a 407 Proxy Authentication Required but to no avail. If I challenge the request from the device with a "407" along with ...
0
votes
0answers
162 views

HTTP proxy authentication iPad

How is http authentication username/password sent to the proxy server? I have an iPad and I have entered the proxy server, port, username and password. But I am not getting any requests to the server. ...
3
votes
0answers
143 views

Custom bootstrapper executed from windows-service, can't find endpoint

We have a solution consisting of an windows-service and a console application which acts as a bootstrapper calling a WCF service for work items. All of this works fine except for when the solution is ...
6
votes
1answer
574 views

Apple Push with proxy and stream_context

I have to send push notification to iOS devices. My connection has to be enabled through a proxy. I tried everything but without success. I have an error 110 Connection Timed Out. It's working with ...
0
votes
1answer
393 views

Sencha : how to pass parameter to php using Ext.data.HttpProxy?

I have successfully completed this great tutorial : http://www.sencha.com/learn/ext-js-grids-with-php-and-sql/ I just can't use the baseParams field specified with the proxy... Here is my code that ...
1
vote
0answers
19 views

Web application deployed on Tomcat and Forward Proxying

I have a web app that makes outbound internet connections/requests, like sending an email. I want the requests to go to a forward proxy, so the forward proxy enforces rules and such. I'm assuming ...
0
votes
0answers
141 views

node.js async proxyRequest with http-proxy

i despair. I think, this isn't big problem, but i can't find the problem. I think, the best is, when i just post my classes and describe the problem, i've got. I stripped down the functionality, so ...
1
vote
1answer
295 views

Using Node JS to proxy http and modify response

I'm trying to write a front end to an API service with Node JS (with which I am a relative beginner). I'd like to be able to have a user point their browser at my node server and make a request. The ...
0
votes
0answers
54 views

Is there some way to serve content for subdomains using nodejs without having to create DNS entries in Linode's DNS Manager?

I have a Linode server. I'm using nodejitsu's http-proxy to route requests to various apps (apache and node apps that run on different ports). What I'd like to do is route multiple subdomains and ...
0
votes
2answers
189 views

Establishing a TCP connection through an authenticated HTTP proxy?

I'm on a network that requires me to connect through an authenticated HTTP proxy to access anything outside the network. What I need to do is basically to make a socket (or equivalent) to connect to ...
1
vote
0answers
207 views

Testing FTP connection through HTTP proxy

I would like to allow my application to connect to remote FTP server through HTTP proxy. My main problem is how to setup test environment for this. This is Windows only application written in C++. Can ...
1
vote
1answer
138 views

python WSDL.Proxy behind a http proxy

I have a simple code that works when I'm not behind any proxy but doesn't work when I am behind a proxy. So is there any way I can specify that the connection has to be made through the http_proxy in ...
0
votes
1answer
976 views

HttpInvokerServiceExporter + HttpInvokerProxyFactoryBean - Could not access HTTP invoker remote service

I'm trying to use HttpInvokerServiceExporter + HttpInvokerProxyFactoryBean, but whatever I do I get an exception: org.springframework.remoting.RemoteAccessException: Could not access HTTP invoker ...
0
votes
1answer
117 views

Magnolia CMS: how to configure proxy and bypasses

I'm developing a Magnolia module which will include some RSS feeds as well as some webservice calls to an internal client system. My company has a web proxy, so for the RSS feeds to gather data, I ...
0
votes
1answer
374 views

How to delete the file from the FTP using Proxy in c#

I have some problem in my project. I want to delete my file from the ftp using proxy. My code is: FtpWebRequest request = (FtpWebRequest)WebRequest.Create("ftp://" + FtpServerName + ...
4
votes
1answer
279 views

Stop framework from using HTTP Proxy

After nearly drowning in tears of frustration I have to ask you a question. My play (2.0.3, scala) application is consuming a wsdl, which works perfectly fine, if I run the dev version of my ...
2
votes
0answers
271 views

Does iOS send HTTPS requests through the HTTP proxy?

I am trying to write up an HTTP proxy server in node.js, and I have successfully managed to route unsecure HTTP connections through it. But when applications (on my iOS device) use HTTPS for APIs 'n ...
0
votes
0answers
113 views

How to speedup clone speed on mercurial servers in distributed environment?

I would like to know which approach would be better for using mercurial. Currently I do have I do have 4-5 geographic sites where I have build farms and currently we are synchronizing mercurial ...
0
votes
1answer
326 views

Unable to set WinInet proxy from WinForms application

I'm running windows 7 and IE9. I'm writing a winforms application (.net 4.0 & c#) that runs a proxy server (using TcpListener) on another thread. Before I instantiate the main form i set the ...

1 2 3