proxy

How can I set up a proxy server to mirror an existing proxy server which has a web-based gateway?

So here's the deal: there is a proxy service which I access by appending a string to the domain. So for example, to access foo.com through the bar proxy, I go to foo.com.bar.com. I'm then directed to a web-based authentication form which offers me the chance to choose a domain, and then authenticate by certificate or by password. Afte...

sharepoint proxy web part

We have several asp.net web applications we've built and we also want to embed them into various sharepoint pages. We need to have them look like standalone applications when viewed in their own pages, but also have them look like they fit within the sharepoint page when embedded. We are doing this currently with IFrames and it works o...

Working with persistent HTTP connections

Hello everyone! We're trying to implement a proxy proof of concept but have encountered an interesting question: since a single HTTP connection can, and indeed should, make mutliple requests, and the HTTP transactions are sent via multiple packets (due to TCP's magic) is it possible for a HTTP request to begin in the middle of a packet?...

Facebook Flash send HTTP request to Own Server. Does Facebook proxy the call?

For javascript aJax call, I know the data will be proxy by facebook. Session data will follow the same rule as FBML. and now, I have a Flash component. I know Facebook will pass fb user data (and session data) to the flash as parameters. However, when the flash talks to the server, does facebook proxy it? ...

Mirror SVN Repository [Write-through proxying]

Hi, I have a codebase located in Europe and access this codebase from Asia. Codebase is substantially huge, downloading the whole codebase (which is required sometimes) becomes a pain. I wanted to know whether anything like this. I want a solution that "I will have a svn server locally which will sync with the main svn and serve my t...

facebook connect: thumbnail images broken up in FB.Connect.streamPublish pop-up prompt, and on wall for a few minutes

hi there! I'm using facebook connect so that users can publish comments they are leaving on my site on their facebook wall as well. It works as intended, except that in the confirmation pop up, the thumbnail image i provide is broken. Looking at the source, I can see that facebook prepended my image url like this: from: http://www.mys...

How do you configure browser proxy settings in a centralized fashion

How do you configure browser proxy settings in a centralized fashion? Our development environment consists of many operating systems (Win XP, Win 2k3, Ubuntu Linux) and we usually run various browsers (Firefox, Chrome, IE, Safari) on each dev machine, to test our applications. Managing and configuring browser proxy settings on each brow...

How to determine an elite proxy...?

How does one programmatically determine if a given proxy is elite? What is the general method/headers checked for? Google isn't coming up with much for me on this inquiry... ...

Nginx proxy http PUT chunked to apache

Nginx doesn't support chunked requests so i'm tryping to proxy my PUT request to apache, but it seems nginx blocks and sends 411 error even when proxying. Any way I can get nginx to send those requests to apache untouched, as is? ...

Uploading images with Uploadify run into IO Error with local proxy (proxy.pac)

I'm trying to upload images with Uploadify but I run into IO error. I have got http://github.com/leeh/uploadify_paperclip_demo and it works on my computer, so I decided to implement functionality of my application to this example step by step to catch the error and discovered that the reason of IO error is my local proxy.pac (I use FF): ...

WCF: Direct Channel usage vs using a Proxy?

Hello As the title implies I am trying to get an understanding of why in WCF sometimes people choose to "generate proxies" vs using a ChannelFactory to manually create new channel instances. I have seen examples of each, but haven't really found any explainations of WHY you would go for one vs the other. To be honest I have only ever w...

How can I slow down a TCP connection on Windows?

I am developing a Windows proxy program where two TCP sockets, connected through different adapters are bridged by my program. That is, my program reads from one socket and writes to the other, and vice versa. Each socket is handled by its own thread. When one socket reads data it is queued for the other socket to write it. The probl...

Good Libraries for generating .net proxies

I am on the look out for a library that can generate .net proxies for me.... I came through Castle Dynamic Proxy and it looks a good one..... Any other libraries which i can give a shot.... ...

How can I use a SOCKS 4/5 proxy with urllib2 ?

How can I use a SOCKS 4/5 proxy with urllib2 to download a web page? ...

PHP Proxy Script for Indirect Browsing

I'm looking for a PHP script that I can install on my own server that allows indirect HTTP browsing with my server as a proxy. I want it to automatically convert all tags within document to redirect to my server as well, so that once I'm on a site, I can still click through any of the links and see all images. In the past I've used htt...

net/imap from behind a proxy

I would like to use the net/imap library in ruby behind a authenticated proxy, I was starting to dig in and I'm wondering if there is a way to do this already or if I need to make my own version of the net/imap library that supports a proxy? ...

AutoProxy issue in Win 7 using NTLM authentication

We work in a network that uses a proxy server that accepts NTLM based and basic authentication. When I try to connect to an external IP from an app that I am creating, while running it on a Windows 7 machine, I get the following WinHttp error code 12152 (It sometimes happens from WinHttpRecieveResponse and sometimes from WinHttpSendRequ...

SQL Server Reporting Services proxy timeout (ASP.NET)

Morning, We are using SSRS (2005) and have a ASP.NET frontend using the SSRS WebControl. I've boiled the problem down the time it takes for one particular report to be generated is greater than the timeout on the proxy server. It looks like the way the SSRS web control tries to do things is by performing an HTTP request for the report...

Eclipse Galileo Proxy detection by URL.

Hi, In earlier versions of Eclipse I was able to add an URL to auto detect the proxy settings. How can I tell Eclipse to use an Auto Proxy Configuration URL? THX ...

C# TCP Socket Port Proxy Translation Forwarding?

I've been experimenting with many TCP Socket projects found on the Internet. The 'Server' class will often accept 'multiple clients', but only one connection at a time due to 'Single Port' usage restrictions. I've discovered Winsock responds differently on Visa than XP. The Visa Winsock will redirect the same incoming port to a random, u...