Tagged Questions
The proxy-servers tag has no wiki summary.
7
votes
1answer
2k views
Proxy Authentication in .NET - for external API
I'm developing a twitter messaging utility using Twitter API (twitterizer). But since I'm within a corporate proxy, I'm getting the error '407 Proxy Authentication Required'. Is there any way to ...
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
973 views
Building HTTPS Support in a C# Proxy Server
I am building a proxy server in C# and I am trying to figure out how to support HTTPS requests, and read through them. Can you suggest any articles, tutorials, or open source projects where I can ...
1
vote
3answers
3k views
Fiddler 2 Wipes My Internet Explorer Proxy Settings
I just started using Fiddler 2 to create request objects for REST,JSON, and SOAP based services that I have been creating. It has worked great so far.
The problem came when I attempted to use some of ...
1
vote
4answers
4k views
Hardware Based Proxy Servers Vs Software Based Proxy Servers
I am doing some sourcing and have just realized that I am having trouble googling out any meaningful results on Hardware based HTTP Proxy Servers. It got me thinking whether there are any good ...
0
votes
1answer
47 views
Proxy server responsible for duplicate requests?
I have a PHP script that is making a MySQL insert query based on parameters in a URL via GET. I noticed today that two users who appear to be coming from the same LAN both have duplicate records, the ...
0
votes
1answer
51 views
How to design a simple proxy server that reads configuration files and blocks some websites?
Hi i was thinking to build simple proxy server for my flat so that our flatmates are not spending hours and hours downloading stuff, streaming on youtube and eating all the bandwidth. How am i going ...
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
0answers
76 views
Python : Channel based load distribution server
I am working on proxy based server implementation. My core tasks are written in Python.
I am trying to make the complete application in Python.
I have working model as own machine as master server ...
0
votes
1answer
153 views
IE not detecting proxy server hosted on a VM
I was writing a proxy server in C#.NET. My Proxy server has been hosted on a VM (say vm1). Now when I access internet through IE in vm1 the request goes through the proxy server as expected. But if I ...