proxy

How to implement a proxy site in PHP?

Like this one: https://aniscartujo.com/webproxy/default.aspx?prx=http://google.com ...

Final Year project Proxy Blocker Guidance.

I am a MSC IT final year student and I am thinking to develop a proxy blocker. Proxy blocker is like if any one is accessing my site (mysite.com) via a proxy site, then the site should not be opened. Please if any one can give me some guide lines to start this project. I am actually confused that from which phase should I start.. I am h...

How to proxy files from S3 through rails application to avoid leeching?

In order to avoid hot-linking, S3 bandwidth leeching, etc I would like to make my bucket private and serve the files through a Rails app. Concept in general sounds very easy, but I am not entirely sure which approach would be the best for the situation. I am using paperclip for general asset management. Is there any build-in way to achi...

Virus-scanner-proxy and automated downloads

My company uses a proxy that automatically scans downloaded files for viruses. The user is forwarded to a page showing the download and scan progress. When it's done you can download the file. It's highly annoying but scanning all (there are whitelists too though) incoming data is non-negotiable requirement. While this is only "annoying...

HTTPS Proxy for existing HTTP application

Hi, I have a running HTTP web application and I am facing problems to make it run over HTTPS. I am thinking of bringing some HTTPS Proxy that accepts user requests and forward it to the HTTP web app. What do you think of that? and How can I accomplish that? ...

Accessing a database from CakePHP when behind a proxy server

I'm working on a web application that's using CakePHP and MySQL. Depending on the circumstances, I may be using one of two computers and I may be behind a proxy server that won't allow me to directly modify any code on my web server. Because of this, I've installed XAMPP on my machines to act as a local web server, and I keep my code i...

Best Practice for WCF proxy lifetime - or how often to close a WCF proxy?

I've been working on a WPF application that uses WCF to access the server side logic & database. I started with a single WCF client proxy object that I was using repeatedly to call methods on the server. After using the proxy for a while, the server would eventually throw an exception (System.ServiceModel.EndpointNotFoundException: The...

Flex 3 reads browser http proxy setting

Is there a way to know the proxy setting of web browser under Flex 3, namely actionscript 3? We use socket library to connect remote HTTP server. It is nice to read web proxy setting to connect to HTTP proxy instead of directly to HTTP server. ...

How do I use my server as a proxy to download files via PHP?

I need my server to act as a proxy between a 3rd party server (where the file is originally located) and the end user. That is, my server downloads the file from the 3rd party server, and sequentially, the user downloads it from my server. This should result in an incurred bandwidth of twice the file size. How can this process be achieve...

How to configure a network

Hello, Need to configure following network. A friend is in another country, and has several limitations on internet there. I'm connected to internet with real IP address. So I want to configure network so that he can connect to me then use internet through my connection, where there are no limitations. So to organize this ? Any reaso...

How can I locally intercept and respond to browser requests?

I want to set something up on my computer where if something (program, browser, whatever) makes a request (to a certain domain, I guess) I can send my own response to the request. I once saw a program that did that, and I was wondering how it did it. How would it be done? ...