1
vote
1answer
27 views
Wille php copy() work for a person viewing the site who has the site which i’m copying from blocked?
Say I use php copy(), to get a file from a site.
And then a user who is using a proxy filtering service that has that site blocked, will the site still be able to copy that file f …
0
votes
2answers
20 views
How do I compare an object with an NHibernate proxy object?
I'm using Compare .NET Objects to test whether my POCOs are persisted correctly to a test database. Let's take an example POCO:
public class NoahsArk
{
public virtual Noah Noa …
1
vote
1answer
25 views
Blacklist IP database
Hi,
Is there an open database of blacklisted IP for the Web? With a lot of public web proxy you know... such the blacklist used by the Global blocking of Wikipedia.
Thanks in ad …
0
votes
1answer
30 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 anyon …
0
votes
0answers
20 views
Ruby W3C_Validators and Proxy
Hi, I'm trying to use the w3c_validators Ruby gem and I'm inside a proxy. So I wrote up a monkey patch that overrides the send_request method (validators.rb) and it seems to take …
0
votes
3answers
103 views
How to write a http1.0 proxy server in c in linux?
I must develop proxy server that work with only HTTP 1.0 in Linux and by c .
I need some hint to start developing .
0
votes
2answers
50 views
Use proxy with perl script
I want to use a proxy with this perl script but I'm not sure how to make it use a proxy.
#!/usr/bin/perl
use IO::Socket;
$remote = IO::Socket::INET->new(
…
0
votes
0answers
26 views
Error trying to connect to a FTP with FtpWebRequest and Proxy
im getting this error "Cannot handle redirect from http/https protocols to other dissimilar ones" any help please ?
this is a part of my code, i try with and without proxy, when w …
0
votes
2answers
20 views
How to ignore “Enter username for Private Proxy Access” prompt?
Hello, I'm using urllib.urlopen with some http proxies and sometimes (probably when they require authorization) I get the following prompt printed into the console:
Enter username …
0
votes
1answer
46 views
I set a proxy server on urllib2, and then I can’t change it.
Like the title says, my code basically does this:
set proxy, test proxy, do some cool stuff
But after the proxy is set the first time, it sticks that way, never changing. This is …
0
votes
1answer
26 views
JDBC proxy to simulate a SQL view?
I need to be able to execute (via JDBC) a straightforward SQL select query against a view (the view can be generated via a fairly complex source query). Here's the catch: I don't h …
0
votes
1answer
39 views
Accessing a git repository via ssh behind a firewall.
I would like to access (clone/push/pull) a private (via ssh) git repository while behind a corporate firewall that only allows http proxy access. I have written a robust Java (daem …
0
votes
2answers
49 views
git: convert “git” urls to “http” urls
I'm working behind an http proxy. I'm trying to clone Android's source tree using their "repo" tool.
This tool insists on using "git://" URLs, even though "http://" URLs also wor …
0
votes
2answers
38 views
Getting proxy information on Linux programmatically
I am currently using libproxy to get the proxy information (if any) on RedHat and Debian Linux. It doesn't work all that well, but it's the only way I know I can use to get the pro …
1
vote
1answer
21 views
Set proxy data for an app
I have a few .NET apps which use the HttpWebRequest. My gut says i can create a config or manifest file and set the proxy data in there and .NET will automatically load it. But i d …
