proxy

How to use Squid(Proxy and reverse proxy) with joomla

hi i want some optimization tips on joomla performance i used memcache but i dont now how to use proxy and reverse proxy () with joomla please help Thanks ...

How do I get HTTP::Proxy to log filter information?

I'm having some trouble getting filters working with HTTP::Proxy and I just can't seem to figure out what I should add to the logmask() function to get that information. I've got a log file, that part is fine, logging is happening, but no information about filters, although they're implemented and (sometimes) working. I've tried log...

Apache Reverse Proxy Server.

I have been trying to set up a reverse proxy to IIS6.0. The the charset is gb2312. But the responses the proxy server sent to browser were not as expected. I understood that the libxml2 needs to parse the responses from iis and fix the links. And I am pretty sure that libxml2 did not parse the html with the indicated charset from the re...

I need some tool to view Http Request.

It's probably some browser plugin or a proxy. For example, I open google.com, and type something and press 'Search'. And I want to see all params of http-request (like, method, domain, params etc) ...

hosted proxy to monitor web access

Hello, I am looking for a hosted proxy to monitor web access of some of my employees workstations. Could anyone indicate me where can I find such a service? Cheers Patrice ...

Validate an Xml file against a DTD with a proxy. C# 2.0

I have looked at many examples for validating an XML file against a DTD, but have not found one that allows me to use a proxy. I have a cXml file as follows (abbreviated for display) which I wish to validate: <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE cXML SYSTEM "http://xml.cxml.org/schemas/cXML/1.2.018/InvoiceDetail.dtd"&gt; <c...

Personal Internet use monitoring

How could a (Windows) desktop application be created to monitor the amount of time spent on a particular website? My first idea was to play with the Host file to intercept requests, log, and proxy. This feels a bit clunky; and I suspect my program would look like malware. I feel like there is a smarter way? Any ideas? ...

can you use proxies to do load/stress testing on a server, with proxy serving as a sort of mirror?

suppose I want to test a server's and its web application's ability to handle many simultaneous connections well and show decent latency. So ideally I would want a thousand machines to bombard it with usage requests, but that's not practicable. So instead, can I just make a testing script with a thousand threads to run on the same server...

Python urllib proxy

I'm trying to fetch some urls via urllib and mechanize through my proxy. With mechanize I try the following: from mechanize import Browser import re br = Browser() br.set_proxies({"http": "MYUSERNAME:*******@itmalsproxy.italy.local:8080"}) br.open("http://www.example.com/") I get the following error: httperror_seek_wrapper: HTTP Er...

How does Silverlight deal with proxies for internet connectivity?

I'm trying to clearup a few questions about Silverlight to see if it's suitable for a project I've got comming up. A question I've not been able to answer is with regard to proxy connections. Does connecting to the internet via a proxy add any complexity to the application, or is it handled transparently? ...

wsdl : Generate Proxy for the WebMethods but not the other dependent classes

Say, I have a WebService SettingsWebService with a WebMethod AddUser(User userObject). The User class is in the SettingsWebService solution. When i generate a proxy for the SettingsWebService it creates a class for asmx which contains the AddUser webmethod. It also generates a class for the User class. The client now uses Proxy.Add...

Webclient.Uploadfile via Https and proxy server

I have a method that works fine for uploading a file to an HTTPS server directly. However, if the customer site requires the customer go through a proxy server, it no longer works. I'd like to support the default proxy server as defined by the default browser. This seems to be the typical way it is set up. The inital (non-proxy) code...

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 apparent configuration in the browser settings. The user would be installing this for themselves, so air-tight filter security is not a prior...

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 is disabled, they can connect to the server and authenticate. In case when the proxy server they are using is enabled - authentication faile...

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 should I choose, 2nd option is very simple and I generally follow that. I want to know what are the pros and cons of both the options(if any) ...

WCF CustomBinding and Proxy

Greetings, how can I add proxy server to my custom binding in WCF? ...

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, I get an exception: Unable to load type 'NHibernate.ByteCode.Castle.ProxyFactoryFactory, NHibernate.ByteCode.Castle' during configuration...

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 I get how it "should" be done. I found a list of TOR entry nodes h = httplib.HTTPConnection("one entry node", 80) h.connect() h.request("...

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 this was not robust) A little on the fringe, this guy wants to Use rack as thin proxy with his question. I don't think he got an answer; or...

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. ...