Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
2answers
169 views

Access JMX enabled application running behind an HTTP proxy server

I have a JMX enabled Java application (Java 1.5) sitting behind an HTTP proxy server. So I cannot access it directly through the JConsole. A solution I imagine would be to have an in-VM JMX client in ...
2
votes
1answer
523 views

How do I forward HTTPS traffic in nodejs?

I'm using nodejs to create a simple proxy server that logs http and https requests, however, I can't seem to get https requests to be logged (http requests are fine) So how do I create a proxy server ...
2
votes
2answers
360 views

HTTP Proxy Server in Python (with authentication)

I needed a simple HTTP proxy server written in Python so I began googling around and found this page. Not all the proxies were working and so I settled for this or this. ..but neither of them support ...
2
votes
3answers
3k views

IE version of Firefox's Live HTTP Headers

Is there any free equivalent of Firefox's Live HTTP Headers for IE? Proxy servers are okay, provided they are free.
2
votes
1answer
163 views

what .NET class to proxy HTTP requests through? (and keep track of bandwidth used)

What .NET class/methods could I use to write a simple HTTP(s) proxy that would run on my PC that would: Proxy all HTTP(S) requests through it Let me get bandwidth used per proxy'ed request (e.g. ...
2
votes
2answers
98 views

How can I write a route/view/controller for a web framework which acts as a dumb proxy?

That is to say, let's say I'm writing something that's hosted on foo.com. I'd like it to be possible for a user who goes to foo.com/bar.com to be served up bar.com from foo.com and to be able to ...
1
vote
1answer
146 views

How can I run an Azure powershell cmdlet through a proxy server with credentials?

When I run the following Powershell cmdlet (from the Azure Management Tools Snapin): get-osversions -subscriptionId **** -certificate (get-item cert:\CurrentUser\MY\******) I get the following ...
1
vote
0answers
54 views

forcing all http requests to follow system proxy configuration

I am working with a ruby application that uses some loosely coupled modules that interface with a web service. These modules use net::http module of ruby for network communication. But the original ...
1
vote
0answers
134 views

problem with squid and ecap for content analysis

I need to inspect the content of a form before it is processed on the server. I am using squid proxy server with ecap adapter. In the adapter I can see the text typed in the text area but the content ...
1
vote
0answers
195 views

Jasperserver email scheduling and proxy server

I've having a slight problem and i'll like you so share you opinion experience on it.I've deployed a jasperserver on tomcat 6 in a environment where anything has to pass through the proxy server to ...
1
vote
1answer
213 views

How can I call a WCF service from code, in the .net framework 3

I'm working in VB.Net and I'm trying to make a piece of code more generic. In fact, there's a big Select Case statement that build a ProxyServer based on a value passed in parameter (a string). ...
1
vote
1answer
299 views

Pass password for proxy server in Maven2 through command line or prompt?

As I'm uncomfortable storing my username and password (must auth to the proxy server with my normal login credentials) in plaintext in .m2/settings.xml, I'm trying to see if there is a better way to ...
1
vote
1answer
990 views

How do I configure Eclipse web browser/network settings?

I use an "anonproxy" to bypass network restrictions in some public networks, and somehow eclipse managed to configure itself to use it. Even after I disabled the proxy settings in firefox, eclipse ...
1
vote
1answer
958 views

open source C# proxy server - any projects/examples?

Anyone know of any open source C# proxy server projects? Otherwise any articles/tutorials that cover how to use C# classes to get proxy server basic functionality working (in particularly for HTTPS ...
0
votes
0answers
76 views

how can I write a proxy server with indy for using internet connection on another system [closed]

Possible Duplicate: Proxy server using Indy I want to using internet connection in another computer in different location. I think that I must use Indy component and make a proxy server ...
0
votes
1answer
47 views

Connection reset by peer: socket write error

I am getting an exception on OutputStream.write in the last while loop (it works fine on other places in the code) when running this code- this is an implantation of a proxy-server in java, ...
0
votes
1answer
50 views

how to connect to the internet on my android application while i have a server with a proxy “IP:Port” and asks for a username and password

I am developing an application on android, and there is a proxy server in the company preventing it from accessing the internet. I recall there are Http methods in java that serves the purpose, I ...
0
votes
0answers
37 views

consuming web service in proxy server

i am getting error : Operation is not valid due to the current state of the object. when consuming web service from Internet in proxy server environment in C#.net
0
votes
0answers
120 views

audio call using android 2.3 SIP stack with out registering in proxy server

Am developing an application for peer to peer VOIP call in adhoc mode. For making audio call I want to use android SIP stack which is available in android-gingerbread. Is it possible to make audio ...
0
votes
1answer
130 views

Caching, CDNs, and Proxy Servers: What's a guy to do?

I'm newbie programmer building a startup that I (naturally) hope will create a large amount of traffic. I am hosting my django project on dotcloud, which is on Amazon EC2. I have some streaming media ...
0
votes
2answers
114 views

Blocking automated spam bots via htaccess or PHP?

What there be a performance hit when I add this to my .htaccess file: HOWTO stop automated spam-bots using .htaccess or should I add it to my PHP file instead? or leave it out completely? Because ...
0
votes
1answer
43 views

How to use APJP with ISA Server

I was unable to use APJP beside with ISA server Entering values for APJP_HTTP_PROXY_SERVER_ADDRESS in the APJP.properties did not solve the problem.
0
votes
2answers
149 views

Proxy Server in java

I am new to java.I need to develop a proxy server for IBC 2011 conference.I have some Questions regrading the Proxy server. 1.I am going to develop the proxy server using java. Suppose A(sending the ...
0
votes
1answer
81 views

Create a custom proxy server app

A friend of mine asked me this, and I had not much of an idea about it. So, here I am asking you: A custom application that works like a proxy server(not the complete version of it), i.e The app ...
0
votes
1answer
1k views

Is it possible to install proxy server to DD-WRT?

I have DD-WRT x86 version running now on VirtualBox. Is it possible to install inside dd-wrt a proxy server (squid if it can run). Is there any documentation available for this tusk?
0
votes
2answers
207 views

How shall i build up my own proxy server? [closed]

I want to build up my own proxy server . Whats the procedure to start that ? What are the steps ? I am Good in PHP and i have my own web server, Please Guide me ,for building up a proxy server that ...
0
votes
2answers
264 views

Trying to write a proxy server. Content Length MANAGEMENT problem

I am trying to write a proxy server in C language under Linux. It was working fine (I had the perception that it was working fine) until I tried it for streaming media. Lemme first tell the problem ...
0
votes
1answer
301 views

HTTP Connect via NTLM authenticating proxy server

I am trying to write Connect calls via a NTLM authenticating proxy server. I open a socket to the proxy server and send it a “CONNECT x.x.x.49:80 HTTP/1.1\r\n\r\n”. I expect this to fail as it is an ...
0
votes
1answer
180 views

Best Practice for Handling AJAX requests from website to API provider

So, I implemented an API provider to be accessed by both web application and mobile applications. Most likely this will not be a large scale project, but I want to maximize my learning experience and ...
0
votes
1answer
729 views

Connecting to Azure storage account thru proxy server

My 'LocalClient' app is in a corporate LAN behind an HTTP proxy server (ISA). The first Azure API call i make - CloudQueue.CreateIfNotExist() - causes an exception: (407) Proxy Authentication ...
0
votes
1answer
147 views

WCF reliable sessions via proxy server - not sending authentication credentials on Windows XP

I have a full trust XBAP which connects using reliable sessions to a remote service using the endpoint configuration attached below. The catch is that when running the application behind a client's ...
0
votes
5answers
871 views

Java socket programming - stream get stuck

I am currently working on a simple proxy server, which receives http request from browser, process it, then forward it to the desire web server. I try to get the request from the input stream of the ...
0
votes
1answer
213 views

sniff and block packets in a server

I'm new to the concept of nw-sniffing. < so , i'll try to describe the problem with the best terms i know > In an organisation , there are 30 computers connected to a server. And as users of these ...
0
votes
1answer
155 views

Fiddler: Can it be used as a proxy server with arbitray source IP addr

As title mentioned, can achieve it with Fiddler? Thanks.
0
votes
1answer
277 views

Regex Proxy Server

I control access via a proxy server and run some regex on every request. For prototype I have used curl, regex and php. Obviously this won't put up with any serious load. Can anyone suggest and proxy ...
-1
votes
2answers
65 views

which server side language nginx webserver supports

which server side language nginx webserver do support? For example apachi-tomcat is for java, wammp is for php. and secondly it is installed on my pc i need to know that how can i access it via http ...
-1
votes
2answers
347 views

HTTP proxy server

I am beginning work on a very basic HTTP proxy server written in C (Edit: something that just forwards my requests). At this point I am having difficulty in understanding how to proceed. Any help ...
-2
votes
3answers
54 views

Issue with Google Map in Android

I'm using a proxy server to connect to internet.. My emulator's browser is connecting to internet,but the maps app is not connecting and the google map app which i wrote is showing only the grid.I ...