1
vote
1answer
3 views
What is ServicePointManager.FindServicePoint used for?
Can someone explain what ServicePointManager.FindServicePoint is intended to be used for? I have been writing some code to work with proxies in C#, and have seen indicators that it might be useful in …
0
votes
2answers
36 views
Webservice call through proxy server
I need to make a webservice call to a secured link(https:\). It is a two way SSL enabled link. So to access that link for making a webservice call, i need to set proxy server to the webservice link …
0
votes
0answers
24 views
Strategies for dealing with URIs when building an application that sits behind a reverse proxy
I'm building an application with a self-contained HTTP server which can be either accessed directly, or put behind a reverse proxy (like Apache mod_proxy).
So, let's say my application is running on …
0
votes
0answers
17 views
Huge amount of time sending data with suds and proxy
Hi everyone,
I have the following code to send data through a proxy using suds:
import suds
t = suds.transport.http.HttpTransport()
proxy = urllib2.ProxyHandler({'http': …
2
votes
3answers
34 views
Is SoapHttpClientProtocol thread safe?
Hi,
I created a Web Service proxy with the "add web reference" feature of VS 2008 (c#).
The generated class derives from SoapHttpClientProtocol
Can I store only one instance of my proxy in a …
0
votes
0answers
25 views
Tunnel a proxy through a proxy in cURL for PHP?
Hello!
I'm trying to test open proxies to figure out who to block from my site, but I'd like to do that through a proxy of my own. Using PHP and cURL, how would I go about doing so?
Is this what …
0
votes
1answer
17 views
XML-RPC object mapping
Recently I was working on web services proxy. I got 2 web services proxy. UI will call Proxy A to let say create a record. then what Proxy A will do is to call Proxy B to do the actual task which …
1
vote
1answer
36 views
Which .NET JSON serializers can deal with NHibernate proxy objects?
Which .NET JSON serializers can deal with NHibernate proxy objects? I tried using JSON.NET but it craps out when it hits a proxied object.
1
vote
1answer
29 views
Client side http proxy in ruby
What is a good approach to a client proxy written in ruby that I can use to create a custom filter.
So far I've found
Ruby Proxy using webrick
Mousehole, a scriptable Ruby proxy by _why (UPDATE …
0
votes
1answer
46 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 …
0
votes
1answer
27 views
NHibernate unable to load Proxy Factory
I'm so stuck with trying to get a simple NHibernate app running. I'm doing "Getting started with NHibernate" step by step.
First, I got a invalid property something error (managed to fix that).
Now, …
0
votes
0answers
11 views
WCF CustomBinding and Proxy
Greetings,
how can I add proxy server to my custom binding in WCF?
1
vote
2answers
34 views
How to consume web service in my application
Hi All,
While consuming a web service in my application I have two choices(ref. msdn)
Adding the Proxy Using the WSDL Tool
2.Adding the Proxy Using a Web Reference in Visual Studio
Now what …
0
votes
1answer
20 views
WCF and proxy server
Greetings,
I am developing some application that uses web service from third party to authenticate.
Some of the users uses proxy server and here comes the bad thing. In case when this server proxy …
0
votes
3answers
35 views
How does web filtering software hook into outbound browser requests without browser configuration?
I would like to duplicate the functionality of some web filtering software, however I don't want the user to have to configure their browser. Some other products on the market do this without any …
