0
votes
0answers
8 views

internet gateway with page modification (header or footer)

Anyone got any idea about building internet gateway, hotspot, proxy or something what will make this: What do I want? Access point (internet gateway) which will modify every page and "inject" iframe ...
0
votes
1answer
40 views

Send a request to a server over another server, get response from the final server

I am building a systems that consists of a gateway(server A) and a follower (server B). When a client sends a request to server A, server A will forward the request to server B. I want server B send ...
0
votes
1answer
32 views

Can I design my own proxy error page?

Is it possible that I design my own proxy error page, so this page would show up instead of the standard page? Also a few suggested tags would be helpfull as I don't know how to tag this question ...
2
votes
1answer
618 views

what's distinction of HTTP proxy, tunnel, gateway?

all, I see the terms from RFC 2616. http://www.w3.org/Protocols/rfc2616/rfc2616-sec1.html#sec1 But I can't understand the distinction of the proxy, tunnel and gateway? Can anyone give me a simple ...
0
votes
0answers
58 views

Sending packet over a predefined route

Is it possible to encode the route a packet should take to a destination? Say I know the computer I am trying to get to on a local network. I presume can use its router as a "gateway" to that subnet, ...
2
votes
1answer
69 views

HTTP gateway for multiple pages

We are working on a gateway server that would serve as an entry point for multiple web pages. The gateway is accessible at http://example.com and every web page that is routed to has a unique URL, for ...
1
vote
1answer
1k views

Looking for a solution for WiFi proxy issue with Android

I got an android phone day before yesterday, and I am utterly disappointed to find that there is no WiFi proxy support on unrooted android phones. I was desperately looking for solutions for the last ...
0
votes
1answer
31 views

Centralized development

We are developing ASP.net applications in several windows XP (hyper-v on win 2008 R2) virtual machines, which all connect to internet directly. We would like to make centralized access point to ...
3
votes
9answers
3k views

FTP client class for .NET

Anyone know of a good, hopefully free FTP class for use in .NET that can actually work behind an HTTP proxy or FTP gateway? The FtpWebRequest stuff in .NET is horrible at best, and I really don't want ...