Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
1answer
2k views

Why is my Entity Framework Code First proxy collection null and why can't I set it?

I am using DBContext and have two classes whose properties are all virtual. I can see in the debugger that I am getting a proxy object when I query the context. However, a collection property is still ...
3
votes
0answers
117 views

Implement Private Proxies in IE Automation C#

I want to do IE Automation. I would use Watin, but have got no idea how to implement Private Proxies using Watin, I have Tor Library through which I can Set Public Proxies, but for Private have no ...
2
votes
3answers
173 views

Python proxy question

Is it possible to filter all outgoing connections through a HTTPS or SOCKS proxy? I have a script that users various apis & calls scripts that use mechanize/urllib. I'd like to filter every ...
2
votes
2answers
601 views

“SAP Connector for .NET”: Generate proxies without Visual Studio 2003

Are there possibilities/ways to generate "SAP Connector for .NET"-proxies without Visual Studio 2003, so that they can be used in Visual STudio 2008 ?
2
votes
1answer
1k views

How can I use TOR as a proxy?

I'm trying to use TOR as a generic proxy but it fails Right now I'm trying with python but I'm pretty sure it would be the same with any other language. I can connect to other proxies with python so ...
1
vote
1answer
61 views

Python Proxy Error With Requests Library

I am trying to access the web via a proxy server in Python. I am using the requests library and I am having an issue with authenticating my proxy as the proxy I am using requires a password. ...
1
vote
3answers
181 views

Using C# WebClient with a Proxy - no request made to proxy server?

We have a background operation (Window service) that we want to use through a proxy server. Basically, we're doing this: public WebClient GetWebClient(){ var webClient = new WebClient(); ...
1
vote
3answers
78 views

Developing with GWT (in eclipse) when NOT using a Java Backend

I want to use a python backend while developing a SmartGWT front end. In order to get the debugging working correctly, I think I need the dev server running in eclipse which means the webserver will ...
1
vote
1answer
35 views

Uncertain about 'is' behavior with nHibernate Proxies

I have a situation where I need to determine whether or not an inherited class is a specific inherited class, but the type expected in the model is the base class, and it is stored using ...
1
vote
1answer
240 views

Library For Sending HTTP/S Requests With Socks5 Proxy. C# / .NET

Does anyone happen to know of a library paid or free that will allow me to send HTTP/S requests using a Socks5 proxy? I've googled without much success. I need a way to either send requests in a ...
1
vote
2answers
62 views

C# proxy question

Does someone know library, that reduces amounts of boilerplate code when writing object proxies? My proxies right now look the following way and I think it's a nasty approach :) public class ...
1
vote
2answers
340 views

PHP multi curl - find out what proxy was used for a particular curl handle

I'm using multi curl with anonymous proxies, and I want to flag the proxies based on performance and location etc after the curl handle is returned. I've tried curl_getinfo() but that does not return ...
0
votes
1answer
9 views

Mocking a property of a CGLIB proxied service not working

I'm having an issue when trying to mock a property of a service from within a Junit test: @ContextConfiguration("classpath:application-config.xml") @RunWith(SpringJUnit4ClassRunner.class) public ...
0
votes
0answers
27 views

Codeigniter, Cron Job - cURL & Private Proxies Connection Error

I’m new to codeigniter so please forgive me if I’m missing something obvious. I have set up my system to run a cron job as detailed by the example 1 on the cron job tutorial. ...
0
votes
1answer
32 views

Check if SOCKS4 or 5 in PHP?

Basically, I have a list of proxies. I'm wanting to separate them into SOCKS4 and SOCKS5. I'd like to code up a small PHP script to do this for me. How would I go about detecting which type it is in ...
0
votes
1answer
57 views

Python/Anything - Alter lines from text file, Randomize, Then save on specific line

This is a bit of a an odd question but I'll make it out the best I can. I'm in the works on writing a script with the use of proxies, but I ran in to a problem automating part of it, which sucks as ...
0
votes
2answers
279 views

zend 1.11 doctrine2.1.1 - EntityNotFoundException entity was not found

I'm having problems loading the 5th record from my collection ($arrRoleResources) of records, after I run this, which works fine:- $em = ...
0
votes
0answers
56 views

Hibernate, proxies, equals() and maps - two proxies passed to equals()

I have run into a problem with implementing the equals() method in Hibernate. I have a table SHORTCODES_ASSIGNMENTS_TO_HOTELS that has 3 columns: COUNTRY_ID SHORT_CODE HOTEL_ID and means that for ...
0
votes
0answers
58 views

curl_multi_init with different proxy for each handle?

i want to write a script using curl_multi_init() but i must have to specify the curl_setopt() with my proxy only once and not for each handle, there is a way to solve this with different proxy for ...
0
votes
0answers
157 views

Free proxy lists for Brazil [closed]

I'm developing a tool for the Brazilian market but I'm in another Country. Someone know a list of reliable free proxies for Brazil? Best Regards,
0
votes
1answer
407 views

How to ping proxies ? ie in IP:PORT format

Well I decided to try make a proxy checker, like Charion or Elite proxy checker. These programs accept large lists of proxies in the IP:PORT format, ping them tell you the response time see the ...
0
votes
2answers
149 views

PHP CURL - how to tell if the entire file requested was not fully downloaded

I'm using CURL and a proxy to grab some xml files, occasionally only part of the XML document comes through and fails when I try to load/use the xml (simplexml_load_string). I thought something ...
0
votes
1answer
132 views

Multitasking checking proxies

I wrote that little program: string sciezka = "http://proxyjudge.hell-spy.de/"; foreach(var ip in listBox1.Items) { ////////////////// CHANGES IP:PORT TO WEBPROXY ...
0
votes
2answers
147 views

Tunneling through HTTP

WRITTEN IN JAVA Im creating a program that connects to a proxy and then tunneling to another server to send TCP packets, this is my code: { Socket skt = new Socket(proxy_address, proxy_port); ...
0
votes
1answer
62 views

Multiple Servers with identical services

I have a dozen servers in different locations all running the same web service application but each going against their own SQL Server DB. I am writing a desktop application that consumes the web ...
0
votes
2answers
48 views

Is there a Published Reusable Object Model of the web - The Correct 'Domain Language' / Terminology for an http request

I have a website which hosts web documents & web applications and also acts as an origin server for documents and applications that are served to a client via a proxy web site. I'm finding it ...
-1
votes
0answers
37 views

fsockopen with private proxies doing a whois lookup connection error

Im need some help modifying some code... Orginal code which works correctly... // Connect to whois port $server = 'com.whois-servers.net'; //generated dynamically..added here for clarity $port = ...
-1
votes
1answer
127 views

Can the Google +1 Javascript API be used in a way that requests are sent via visitor's PC/IP, and not my web server?

Google +1 API reference: http://code.google.com/apis/+1button/ What I want to do is use the Google+1 API on my website that contains pages with links to other websites. When a visitor clicks the +1 ...
-2
votes
1answer
53 views

Scripts to break out of frames and proxies [closed]

I need Javascript or PHP code to break out of frames and proxies ? Can anyone help ? I have tried this Javascript code..but it only work with the normal frames..not the proxies frames <script ...