<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>ProxyMesh Blog</title><link>http://proxymesh.com/blog</link><description /><lastBuildDate>Sun, 03 Mar 2013 17:43:23 -0000</lastBuildDate><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/Proxymesh" /><feedburner:info uri="proxymesh" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item><title>Reliable Open Proxies</title><link>http://feedproxy.google.com/~r/Proxymesh/~3/1DhkqaZIX3g/open-proxies.html</link><description>&lt;p&gt;&lt;a class="reference external" href="/"&gt;ProxyMesh&lt;/a&gt; now offers an easy way to make use of &lt;a class="reference external" href="https://en.wikipedia.org/wiki/Open_proxy"&gt;open proxies&lt;/a&gt;. The typical way of using open proxies involves compiling a long list of IPs that must be updated at least once a day, and using software that can automatically switch between these IPs. These open proxy IPs must also be regularly checked to ensure they're still in operation, and are not inserting malicious code into your requests. &lt;a class="reference external" href="/"&gt;ProxyMesh&lt;/a&gt; eliminates these requirements. All you have to do is &lt;a class="reference external" href="/http-client-examples/"&gt;configure your client&lt;/a&gt; to access the &lt;strong&gt;ProxyMesh open proxy server&lt;/strong&gt;, and ProxyMesh takes care of the rest. To learn more &amp;amp; signup, go to the &lt;a class="reference external" href="/pricing/"&gt;ProxyMesh Pricing Page&lt;/a&gt;. And for details on how this open proxy server works, read on...&lt;/p&gt;
&lt;div class="section" id="open-proxy-ips"&gt;
&lt;h2&gt;Open Proxy IPs&lt;/h2&gt;
&lt;p&gt;The &lt;em&gt;ProxyMesh open proxy server&lt;/em&gt; maintains a list of known open proxy IPs, which are used by the &lt;em&gt;proxy server&lt;/em&gt; to forward your requests. This works just like the US &amp;amp; &lt;a class="reference external" href="/blog/uk-rotating-proxy-server.html"&gt;UK proxies&lt;/a&gt;, except instead of going thru &lt;a class="reference external" href="/blog/high-anonymous-proxy-servers.html"&gt;low-latency elite proxies&lt;/a&gt;, your requests are forwarded thru less reliable &amp;amp; higher latency open proxies. While a large percentage of these proxies are in the US, over half are located in many different countries around the world. These proxies typically do not stay online very long, and are not operated on reliable infrastructure. The tradeoff for this lack of reliability is a huge increase in quantity &amp;amp; variability of IP addresses. The ProxyMesh open proxies list typically countains at least &lt;strong&gt;1000 IPs&lt;/strong&gt; at a time, with approximately &lt;strong&gt;100 IPs changing every hour&lt;/strong&gt;.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="section" id="realtime-reliability"&gt;
&lt;h2&gt;Realtime Reliability&lt;/h2&gt;
&lt;p&gt;Because open proxies are not reliable, &lt;strong&gt;real-time error checking&lt;/strong&gt; is required to provide a consistent service. If any request thru an open proxy fails due to a proxy error, that error is recorded, and the request is re-tried up to 3 more times, using a different proxy each time. Any proxy that gets 3 or more errors will immediately be removed from the list.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="section" id="periodic-updates"&gt;
&lt;h2&gt;Periodic Updates&lt;/h2&gt;
&lt;p&gt;To keep a &lt;em&gt;fresh open proxy list&lt;/em&gt;, the proxy list is &lt;strong&gt;re-checked every 15 minutes&lt;/strong&gt;, and any proxies that fail these checks are removed. These checks test the following:&lt;/p&gt;
&lt;ol class="arabic simple"&gt;
&lt;li&gt;a valid request can be sent thru the open proxy&lt;/li&gt;
&lt;li&gt;a valid response is received within 3 seconds&lt;/li&gt;
&lt;li&gt;that response has not been corrupted and does not contain malicious code&lt;/li&gt;
&lt;li&gt;the open proxy does not have a known abusive IP address&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;Over 95% of open proxies fail these tests&lt;/strong&gt;. Therefore, the ProxyMesh open proxy server only keeps the 5% of open proxies that are actually usable.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="section" id="retry-strategy"&gt;
&lt;h2&gt;Retry Strategy&lt;/h2&gt;
&lt;p&gt;Even with periodic proxy checks &amp;amp; realtime removal of unreliable proxies, you must have a retry strategy when using this proxy server. Open proxies are, by their nature, unreliable &amp;amp; error prone. They could go down at any time, be configured incorrectly, or they may not honor your specific request. For these reasons, you should &lt;em&gt;retry all 40x &amp;amp; 50x response codes at least 3 times&lt;/em&gt;, and optionally make use of the &lt;a class="reference external" href="/blog/control-ip-address-proxy-server.html"&gt;custom ProxyMesh headers&lt;/a&gt;. The way this could work is:&lt;/p&gt;
&lt;ol class="arabic simple"&gt;
&lt;li&gt;make a request thru the open proxy server&lt;/li&gt;
&lt;li&gt;get a 40x or 50x response error&lt;/li&gt;
&lt;li&gt;from the response, extract the IP from the &lt;tt class="docutils literal"&gt;&lt;span class="pre"&gt;X-ProxyMesh-IP&lt;/span&gt;&lt;/tt&gt; header&lt;/li&gt;
&lt;li&gt;retry the request with a &lt;tt class="docutils literal"&gt;&lt;span class="pre"&gt;X-ProxyMesh-Not-IP&lt;/span&gt;&lt;/tt&gt; header containing the IP&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;The &lt;tt class="docutils literal"&gt;&lt;span class="pre"&gt;X-ProxyMesh-Not-IP&lt;/span&gt;&lt;/tt&gt; header can take a comma list of IP addresses, so you can accumulate bad IPs to skip for future requests. If you do this, it is recommended to cache the IPs for a maximum of 1 day, as they will likely be out-of-date or offline after 24hrs.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="section" id="elite-vs-open-proxies"&gt;
&lt;h2&gt;Elite vs Open Proxies&lt;/h2&gt;
&lt;p&gt;The ProxyMesh open proxies server provides a very different set of tradeoffs compared to the US &amp;amp; UK proxy servers. With the open proxy server, you get quantity &amp;amp; variability at the expense of speed &amp;amp; reliability. And the US &amp;amp; UK proxies are what's known as &lt;em&gt;elite proxies&lt;/em&gt;, in that they remove all identifying information from requests, whereas the open proxies provide no guarantee of anonymity. So if you need speed, reliability, and anonymity, then the US &amp;amp; UK proxies are the best choice. But if you want a lot of IPs, the open proxy server might be an acceptable tradeoff.&lt;/p&gt;
&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/Proxymesh?a=1DhkqaZIX3g:q-1ZNIFM3ck:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Proxymesh?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Proxymesh?a=1DhkqaZIX3g:q-1ZNIFM3ck:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Proxymesh?i=1DhkqaZIX3g:q-1ZNIFM3ck:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Proxymesh?a=1DhkqaZIX3g:q-1ZNIFM3ck:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Proxymesh?i=1DhkqaZIX3g:q-1ZNIFM3ck:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/Proxymesh/~4/1DhkqaZIX3g" height="1" width="1"/&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jacob</dc:creator><pubDate>Sun, 03 Mar 2013 17:43:23 -0000</pubDate><feedburner:origLink>http://proxymesh.com/blog/open-proxies.html</feedburner:origLink></item><item><title>Avoid Rate Limits with a Rotating IP Changer Proxy</title><link>http://feedproxy.google.com/~r/Proxymesh/~3/zQPJrA4Cw2k/avoid-rate-limits-rotating-ip-proxy.html</link><description>&lt;p&gt;You can &lt;strong&gt;avoid rate limits&lt;/strong&gt; by using a &lt;a class="reference external" href="http://proxymesh.com/blog/why-use-rotating-proxy-server.html"&gt;rotating proxy server&lt;/a&gt;. For any site or API that uses &lt;strong&gt;ip throttling&lt;/strong&gt; or &lt;strong&gt;ip address rate limiting&lt;/strong&gt;, you can get around those limits if you &lt;a class="reference external" href="http://proxymesh.com/blog/change-ip-address-proxy-server.html"&gt;change your ip address&lt;/a&gt; frequently enough. An &lt;strong&gt;ip changer proxy&lt;/strong&gt;, such as &lt;a class="reference external" href="http://proxymesh.com/"&gt;ProxyMesh&lt;/a&gt;, will &lt;strong&gt;rotate ip address&lt;/strong&gt; for you, making it easy to &lt;strong&gt;avoid ip rate limits&lt;/strong&gt;. A &lt;strong&gt;change ip address proxy&lt;/strong&gt; has the added benefit of also being a &lt;strong&gt;hide ip address proxy&lt;/strong&gt;.&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/Proxymesh?a=zQPJrA4Cw2k:ItSv-EkvOco:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Proxymesh?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Proxymesh?a=zQPJrA4Cw2k:ItSv-EkvOco:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Proxymesh?i=zQPJrA4Cw2k:ItSv-EkvOco:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Proxymesh?a=zQPJrA4Cw2k:ItSv-EkvOco:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Proxymesh?i=zQPJrA4Cw2k:ItSv-EkvOco:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/Proxymesh/~4/zQPJrA4Cw2k" height="1" width="1"/&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jacob</dc:creator><pubDate>Sat, 05 Jan 2013 16:36:39 -0000</pubDate><feedburner:origLink>http://proxymesh.com/blog/avoid-rate-limits-rotating-ip-proxy.html</feedburner:origLink></item><item><title>ProxyMesh Bandwidth Price Reductions</title><link>http://feedproxy.google.com/~r/Proxymesh/~3/8iiLuVcy1Ss/bandwidth-price-reductions.html</link><description>&lt;p&gt;Bandwidth keeps getting cheaper, and I'm happy to pass those savings on to ProxyMesh customers. The ProxyMesh 50 plan now comes with 50GB included per month, and each additional GB is now only $0.50. This will be a significant savings for all high bandwidth customers, and anyone on a lower plan using 60GB or more each month should consider upgrading. The ProxyMesh 20 plan is now ideal for the 20-60GB/month range, with 20GB included, and $0.80/GB after that. And finally, the ProxyMesh 10 plan now includes 10GB/month.&lt;/p&gt;
&lt;p&gt;These changes will apply immediately for all current and future customers. Current customers that wish to upgrade should go to &lt;a class="reference external" href="/account/upgrade/"&gt;Change Plan or Update Account&lt;/a&gt;. And if you have any questions about these changes, please &lt;a class="reference external" href="/contact/"&gt;contact us&lt;/a&gt;.&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/Proxymesh?a=8iiLuVcy1Ss:_2Ysednfrxw:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Proxymesh?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Proxymesh?a=8iiLuVcy1Ss:_2Ysednfrxw:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Proxymesh?i=8iiLuVcy1Ss:_2Ysednfrxw:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Proxymesh?a=8iiLuVcy1Ss:_2Ysednfrxw:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Proxymesh?i=8iiLuVcy1Ss:_2Ysednfrxw:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/Proxymesh/~4/8iiLuVcy1Ss" height="1" width="1"/&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jacob</dc:creator><pubDate>Sat, 05 Jan 2013 16:36:39 -0000</pubDate><feedburner:origLink>http://proxymesh.com/blog/bandwidth-price-reductions.html</feedburner:origLink></item><item><title>How to Change your IP Address with a Proxy Server</title><link>http://feedproxy.google.com/~r/Proxymesh/~3/bQIFGwL4jOU/change-ip-address-proxy-server.html</link><description>&lt;p&gt;You can &lt;strong&gt;change your ip address&lt;/strong&gt; on the internet by using a &lt;strong&gt;proxy server&lt;/strong&gt;. A &lt;a class="reference external" href="http://en.wikipedia.org/wiki/Proxy_server"&gt;proxy server&lt;/a&gt; acts as an intermediary between you and the rest of the internet, so that your &lt;strong&gt;IP address changes&lt;/strong&gt; to be the &lt;strong&gt;proxy server IP address&lt;/strong&gt;. Below are instructions for how to configure your browser or operating system to use a &lt;strong&gt;proxy server&lt;/strong&gt;:&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;a class="reference external" href="http://windows.microsoft.com/en-US/windows-vista/Change-proxy-settings-in-Internet-Explorer"&gt;Internet Explorer Proxy Settings&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class="reference external" href="http://www.how-to-hide-ip.info/2009/08/03/how-to-configure-firefox-3-5-to-use-a-proxy/"&gt;Firefox Proxy Settings&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class="reference external" href="http://docs.info.apple.com/article.html?path=Safari/3.0/en/9299.html"&gt;Safari Proxy Settings&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class="reference external" href="http://googlechrometutorial.com/google-chrome-advanced-settings/Google-chrome-proxy-settings.html"&gt;Chrome Proxy Settings&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class="reference external" href="http://docs.info.apple.com/article.html?path=Mac/10.5/en/8760.html"&gt;MacOS X Proxy Settings&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class="reference external" href="http://www.ubuntugeek.com/how-to-configure-ubuntu-desktop-to-use-your-proxy-server.html"&gt;Ubuntu Linux Proxy Settings&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;If you are writing or running code that needs to use a &lt;strong&gt;HTTP Proxy Server&lt;/strong&gt;, then checkout these &lt;a class="reference external" href="http://proxymesh.com/http-client-examples/"&gt;HTTP Client Proxy Examples&lt;/a&gt;.&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/Proxymesh?a=bQIFGwL4jOU:mQkSR0UF4KU:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Proxymesh?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Proxymesh?a=bQIFGwL4jOU:mQkSR0UF4KU:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Proxymesh?i=bQIFGwL4jOU:mQkSR0UF4KU:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Proxymesh?a=bQIFGwL4jOU:mQkSR0UF4KU:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Proxymesh?i=bQIFGwL4jOU:mQkSR0UF4KU:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/Proxymesh/~4/bQIFGwL4jOU" height="1" width="1"/&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jacob</dc:creator><pubDate>Sat, 05 Jan 2013 16:36:39 -0000</pubDate><feedburner:origLink>http://proxymesh.com/blog/change-ip-address-proxy-server.html</feedburner:origLink></item><item><title>Control the IP Address of the ProxyMesh Proxy</title><link>http://feedproxy.google.com/~r/Proxymesh/~3/ogO6AeZsKRQ/control-ip-address-proxy-server.html</link><description>&lt;p&gt;The &lt;cite&gt;ProxyMesh&lt;/cite&gt; &lt;em&gt;proxy server&lt;/em&gt; provides a few custom headers that you can use to control which IP address to use for each http request. If no headers are passed in, the default method of selecting an IP address is to randomly select from the available IP addresses.&lt;/p&gt;
&lt;p&gt;The &lt;strong&gt;X-ProxyMesh-IP request header&lt;/strong&gt; allows you specify exactly which IP address to use. For example, if you pass in the header &lt;tt class="docutils literal"&gt;&lt;span class="pre"&gt;X-ProxyMesh-IP:&lt;/span&gt; XXX.XXX.XXX.XXX&lt;/tt&gt; then your request will appear to come from the IP address &lt;tt class="docutils literal"&gt;XXX.XXX.XXX.XXX&lt;/tt&gt;. However, you can only specify one of the current outgoing IP addresses. If you specify any other IP address, you will get a &lt;tt class="docutils literal"&gt;502: unknown IP address&lt;/tt&gt; response.&lt;/p&gt;
&lt;p&gt;To know which IP addresses are available, use the &lt;strong&gt;X-ProxyMesh-IP response header&lt;/strong&gt;, which is included in every response you receive thru the proxy server. This header looks just like the request header, &lt;tt class="docutils literal"&gt;&lt;span class="pre"&gt;X-ProxyMesh-IP:&lt;/span&gt; XXX.XXX.XXX.XXX&lt;/tt&gt;, and contains the IP address used to make your request. So you could make a single request thru the proxy server, extract the &lt;strong&gt;X-ProxyMesh-IP response header&lt;/strong&gt;, and then include that as a &lt;em&gt;request header&lt;/em&gt; in your next request in order to continue using that same IP address. You can verify that this process is working by comparing each X-ProxyMesh-IP &lt;em&gt;request header&lt;/em&gt; to each X-ProxyMesh-IP &lt;em&gt;response header&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;The &lt;strong&gt;X-ProxyMesh-Prefer-IP request header&lt;/strong&gt; works very much like the X-ProxyMesh-IP request header, but it will never return a &lt;tt class="docutils literal"&gt;502&lt;/tt&gt; response. Instead, if you specify an unknown IP address, another IP address will be chosen, just as if you didn't include the header.&lt;/p&gt;
&lt;p&gt;And finally, the &lt;strong&gt;X-ProxyMesh-Not-IP request header&lt;/strong&gt; allows you to specify a comma list of IP addresses that you do not want to use for that request. For example, if you pass in a header that looks like &lt;tt class="docutils literal"&gt;&lt;span class="pre"&gt;X-ProxyMesh-Not-IP:&lt;/span&gt; XXX.XXX.XXX.XXX,YYY.YYY.YYY.YYY&lt;/tt&gt;, then neither &lt;tt class="docutils literal"&gt;XXX.XXX.XXX.XXX&lt;/tt&gt; nor &lt;tt class="docutils literal"&gt;YYY.YYY.YYY.YYY&lt;/tt&gt; will be used, leaving you with the remaining IP addresses to randomly choose from. It is theoretically possible that you could exclude all available IP addresses with this header, in which case you will get a &lt;tt class="docutils literal"&gt;503: no available IP addresses&lt;/tt&gt; response.&lt;/p&gt;
&lt;p&gt;These headers are exclusive, meaning that you should not combine them. Any custom header you pass in will only used by ProxyMesh proxy server, and will be removed before your request is passed on to the final site.&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/Proxymesh?a=ogO6AeZsKRQ:p6bLSQDmMUQ:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Proxymesh?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Proxymesh?a=ogO6AeZsKRQ:p6bLSQDmMUQ:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Proxymesh?i=ogO6AeZsKRQ:p6bLSQDmMUQ:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Proxymesh?a=ogO6AeZsKRQ:p6bLSQDmMUQ:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Proxymesh?i=ogO6AeZsKRQ:p6bLSQDmMUQ:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/Proxymesh/~4/ogO6AeZsKRQ" height="1" width="1"/&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jacob</dc:creator><pubDate>Sat, 05 Jan 2013 16:36:39 -0000</pubDate><feedburner:origLink>http://proxymesh.com/blog/control-ip-address-proxy-server.html</feedburner:origLink></item><item><title>Don't Trust Free Anonymous Proxy Servers</title><link>http://feedproxy.google.com/~r/Proxymesh/~3/efsGY802EeE/dont-trust-free-anonymous-proxy-servers.html</link><description>&lt;p&gt;You may think that a &lt;strong&gt;free anonymous proxy&lt;/strong&gt; sounds great, after all, what's better than free? But be warned - a &lt;strong&gt;free anonymous proxy server&lt;/strong&gt; is no guarantee of privacy protection, and you may be opening yourself up to a malicious operator that will steal your personal information.&lt;/p&gt;
&lt;div class="section" id="no-privacy-policy"&gt;
&lt;h2&gt;No Privacy Policy&lt;/h2&gt;
&lt;p&gt;A &lt;strong&gt;free proxy server&lt;/strong&gt; that provides a clear privacy policy is extremely rare. Most &lt;strong&gt;anonymous proxy servers&lt;/strong&gt; have no privacy policy at all, and you have no idea what they are doing with your data. While you may be anonymous to everyone else, the operator can track everything you do. On the other hand, commercial &lt;em&gt;private proxy&lt;/em&gt; providers are in the business of protecting your privacy, and therefore take it very seriously.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="section" id="no-customer-service"&gt;
&lt;h2&gt;No Customer Service&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;Free anonymous proxies&lt;/strong&gt; are notoriously unreliable, and there's rarely anything you can do about it, except find another &lt;em&gt;anonymous proxy&lt;/em&gt;. Because the &lt;strong&gt;proxy server is free&lt;/strong&gt;, you are not a customer, just another user. There is no incentive for the operator to provide reliable service, and there's usually no one to complain to when the service is bad, except for all the other unhappy users. As long as you're not paying for the service, there's no reason to expect the &lt;em&gt;proxy server&lt;/em&gt; to work well, and it often doesn't.&lt;/p&gt;
&lt;p&gt;But for commercial proxy servers like &lt;a class="reference external" href="/"&gt;ProxyMesh&lt;/a&gt;, it's in our best interest to provide &lt;strong&gt;reliable proxy servers&lt;/strong&gt; and to quickly respond to customer feedback. Otherwise, we lose customers, and a business that loses customers will not be in business for long.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="section" id="possible-malicious-intent"&gt;
&lt;h2&gt;Possible Malicious Intent&lt;/h2&gt;
&lt;p&gt;There are few legitimate reasons to run an &lt;strong&gt;anonymous proxy for free&lt;/strong&gt;, but there are many nefarious ones. If the operator is malicious, they can watch everything that you do, and save everything that you type into a web page. This is why you should never ever use free &lt;strong&gt;anonymous proxies&lt;/strong&gt; to do financial transactions, or access any site that requires a username and password. Malicious operators can and do extract this information, and will use it for their own illegal purposes, or sell it to other criminals. Basically, you are putting your personal information at risk every time you use a &lt;em&gt;free anonymous proxy&lt;/em&gt; from an unknown operator.&lt;/p&gt;
&lt;p&gt;Commercial providers, however, want a sustainable business. They don't particularly care about your personal information or what you use their services for, as long you're a good customer that pays on time and doesn't abuse the service. Malicious intent is extremely unlikely, as any commercial proxy provider that was found to be doing something malicious or illegal with their customer's private information would be out of business in a heartbeat.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="section" id="reliable-private-proxies"&gt;
&lt;h2&gt;Reliable Private Proxies&lt;/h2&gt;
&lt;p&gt;If you want a &lt;strong&gt;reliable anonymous proxy&lt;/strong&gt;, don't waste your time looking for a &lt;em&gt;free proxy server&lt;/em&gt;. Instead, find a trustworthy commercial proxy service with a clear privacy policy. Yes it costs money, but the reliability and customer service is well worth it.&lt;/p&gt;
&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/Proxymesh?a=efsGY802EeE:XCKJxLqpWa0:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Proxymesh?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Proxymesh?a=efsGY802EeE:XCKJxLqpWa0:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Proxymesh?i=efsGY802EeE:XCKJxLqpWa0:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Proxymesh?a=efsGY802EeE:XCKJxLqpWa0:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Proxymesh?i=efsGY802EeE:XCKJxLqpWa0:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/Proxymesh/~4/efsGY802EeE" height="1" width="1"/&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jacob</dc:creator><pubDate>Sat, 05 Jan 2013 16:36:39 -0000</pubDate><feedburner:origLink>http://proxymesh.com/blog/dont-trust-free-anonymous-proxy-servers.html</feedburner:origLink></item><item><title>Hide your IP Address with a Proxy IP Server</title><link>http://feedproxy.google.com/~r/Proxymesh/~3/ie8Phc8jgC8/hide-ip-address-proxy-ip-server.html</link><description>&lt;p&gt;Using a &lt;strong&gt;proxy IP server&lt;/strong&gt; allows you to &lt;strong&gt;hide your IP address&lt;/strong&gt; from external sites. By giving you an &lt;strong&gt;anonymous IP address&lt;/strong&gt;, the &lt;strong&gt;IP proxy server&lt;/strong&gt; masks where you're coming from and who you are. Hiding your IP address with an &lt;strong&gt;anonymous proxy IP server&lt;/strong&gt; is essential to protecting your privacy and anonymity online.&lt;/p&gt;
&lt;div class="section" id="randomly-rotate-ip-addresses"&gt;
&lt;h2&gt;Randomly Rotate IP Addresses&lt;/h2&gt;
&lt;p&gt;A &lt;strong&gt;rotating IP proxy&lt;/strong&gt;, like the &lt;a class="reference external" href="/"&gt;ProxyMesh Rotating Anonymous Proxy Server&lt;/a&gt;, will &lt;a class="reference external" href="/blog/change-ip-address-proxy-server.html"&gt;change your IP address&lt;/a&gt; for each request. Instead of using a single &lt;strong&gt;anonymized IP address&lt;/strong&gt;, a &lt;a class="reference external" href="/blog/why-use-rotating-proxy-server.html"&gt;rotating IP changer proxy&lt;/a&gt; provides multiple IP addresses to hide behind. Each time you make a request, a &lt;strong&gt;random IP address&lt;/strong&gt; is chosen, making you even more anonymous and harder to track. This makes &lt;strong&gt;rotating proxy servers&lt;/strong&gt; the best way to hide your IP address.&lt;/p&gt;
&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/Proxymesh?a=ie8Phc8jgC8:Qm8uMy1s-54:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Proxymesh?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Proxymesh?a=ie8Phc8jgC8:Qm8uMy1s-54:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Proxymesh?i=ie8Phc8jgC8:Qm8uMy1s-54:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Proxymesh?a=ie8Phc8jgC8:Qm8uMy1s-54:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Proxymesh?i=ie8Phc8jgC8:Qm8uMy1s-54:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/Proxymesh/~4/ie8Phc8jgC8" height="1" width="1"/&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jacob</dc:creator><pubDate>Sat, 05 Jan 2013 16:36:39 -0000</pubDate><feedburner:origLink>http://proxymesh.com/blog/hide-ip-address-proxy-ip-server.html</feedburner:origLink></item><item><title>High Anonymous Proxy Servers</title><link>http://feedproxy.google.com/~r/Proxymesh/~3/YMWreJmiEUc/high-anonymous-proxy-servers.html</link><description>&lt;p&gt;You don't need hundreds of proxy servers to get &lt;strong&gt;high anonymity&lt;/strong&gt;. Services like &lt;a class="reference external" href="https://www.torproject.org/"&gt;TOR&lt;/a&gt; and &lt;a class="reference external" href="/"&gt;ProxyMesh&lt;/a&gt; provide high levels of anonymity by &lt;a class="reference external" href="/blog/why-use-rotating-proxy-server.html"&gt;changing IP addresses&lt;/a&gt; periodically, instead of using hundreds of proxy servers all at once.&lt;/p&gt;
&lt;div class="section" id="rotating-ip-addresses-provide-high-anonymity"&gt;
&lt;h2&gt;Rotating IP Addresses provide High Anonymity&lt;/h2&gt;
&lt;p&gt;What makes a system like &lt;a class="reference external" href="https://www.torproject.org/"&gt;TOR&lt;/a&gt; or &lt;a class="reference external" href="/"&gt;ProxyMesh&lt;/a&gt; highly anonymous is that the outgoing IP addresses are not the same as the proxy server you connect to, and more importantly, the outgoing &lt;strong&gt;IP addresses rotate&lt;/strong&gt;. TOR changes paths &lt;a class="reference external" href="https://trac.torproject.org/projects/tor/wiki/doc/TorFAQ#HowoftendoesTorchangeitspaths"&gt;every 10 minutes&lt;/a&gt;, which is much faster than &lt;a class="reference external" href="/"&gt;ProxyMesh&lt;/a&gt;, which &lt;a class="reference external" href="/faq/"&gt;rotates IP addresses every 12 hours&lt;/a&gt;. However, with &lt;a class="reference external" href="/"&gt;ProxyMesh&lt;/a&gt; you get &lt;a class="reference external" href="/faq/"&gt;10 IP addresses at once&lt;/a&gt;, and a much faster and more reliable service, because it doesn't route you around the world. So if you're concerned with being as anonymous as possible, use &lt;a class="reference external" href="https://www.torproject.org/"&gt;TOR&lt;/a&gt;. But if reliability and speed are important, you can choose &lt;a class="reference external" href="/"&gt;ProxyMesh Rotating Proxy Servers&lt;/a&gt; and still maintain a high level of anonymity.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="section" id="static-proxy-servers-are-less-anonymous"&gt;
&lt;h2&gt;Static Proxy Servers are Less Anonymous&lt;/h2&gt;
&lt;p&gt;Other proxy services tend to focus on the quanity of proxy servers and IP addresses they can provide. However, these are &lt;strong&gt;static IP addresses&lt;/strong&gt; that do not change. You often get a fixed number of IP addresses, and cannot change IP addresses more than once a month. It's much easier to get blocked using static IP addresses than if you have &lt;a class="reference external" href="/blog/avoid-rate-limits-rotating-ip-proxy.html"&gt;dynamically changing IP addresses&lt;/a&gt;, like you get with &lt;a class="reference external" href="/"&gt;ProxyMesh&lt;/a&gt; and &lt;a class="reference external" href="https://www.torproject.org/"&gt;TOR&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Another reason a proxy service may focus on quantity is because the proxy servers are less reliable, and so you need more of them to make up for it. Some services just provide lists of open proxies, which are notoriously unreliable, slow, and &lt;a class="reference external" href="/blog/dont-trust-free-anonymous-proxy-servers.html"&gt;possibly malicious&lt;/a&gt;.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="section" id="hundreds-of-proxy-servers-are-hard-to-use"&gt;
&lt;h2&gt;Hundreds of Proxy Servers are hard to use&lt;/h2&gt;
&lt;p&gt;Large quantities of static proxy servers are also more difficult to use. You need to have special software, or go through complicated configuration and programming to access all the proxies at the same time. Compare this to the &lt;a class="reference external" href="/http-client-examples/"&gt;ProxyMesh HTTP Proxy Server&lt;/a&gt; or &lt;a class="reference external" href="https://www.torproject.org/"&gt;TOR&lt;/a&gt;, which both implement common protocols supported by practially all client software. &lt;a class="reference external" href="/"&gt;ProxyMesh&lt;/a&gt; even supports &lt;strong&gt;IP address authentication&lt;/strong&gt;, which makes configuration even simpler.&lt;/p&gt;
&lt;p&gt;The bottom line is that getting a high level of anonymity does not require hundreds of proxy servers. You can be much more anonymous with a &lt;strong&gt;rotating proxy service&lt;/strong&gt; like &lt;a class="reference external" href="/"&gt;ProxyMesh&lt;/a&gt; or &lt;a class="reference external" href="https://www.torproject.org/"&gt;TOR&lt;/a&gt;. And these services can even be cheaper, faster, and more reliable than services that advertise huge quantities of IP addresses.&lt;/p&gt;
&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/Proxymesh?a=YMWreJmiEUc:li9Rkz9whLI:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Proxymesh?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Proxymesh?a=YMWreJmiEUc:li9Rkz9whLI:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Proxymesh?i=YMWreJmiEUc:li9Rkz9whLI:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Proxymesh?a=YMWreJmiEUc:li9Rkz9whLI:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Proxymesh?i=YMWreJmiEUc:li9Rkz9whLI:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/Proxymesh/~4/YMWreJmiEUc" height="1" width="1"/&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jacob</dc:creator><pubDate>Sat, 05 Jan 2013 16:36:39 -0000</pubDate><feedburner:origLink>http://proxymesh.com/blog/high-anonymous-proxy-servers.html</feedburner:origLink></item><item><title>Paypal Subscriptions</title><link>http://feedproxy.google.com/~r/Proxymesh/~3/LQSLf_XuUGg/paypal-subscriptions.html</link><description>&lt;p&gt;&lt;a class="reference external" href="/"&gt;ProxyMesh&lt;/a&gt; now supports &lt;a class="reference external" href="/account/signup/"&gt;Paypal subscriptions&lt;/a&gt;. Once you &lt;a class="reference external" href="/account/signup/"&gt;signup&lt;/a&gt;, you'll have the option of paying with a &lt;a class="reference external" href="https://www.paypal.com/"&gt;Paypal&lt;/a&gt; account or a credit card. Hopefully this will make subscription payments much easier for new customers. And for existing customers, if you'd like to change your subscription options or payment method, please follow the &lt;em&gt;Change Plan or Update Account&lt;/em&gt; link from your dashboard.&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/Proxymesh?a=LQSLf_XuUGg:XuDjlk3k0p8:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Proxymesh?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Proxymesh?a=LQSLf_XuUGg:XuDjlk3k0p8:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Proxymesh?i=LQSLf_XuUGg:XuDjlk3k0p8:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Proxymesh?a=LQSLf_XuUGg:XuDjlk3k0p8:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Proxymesh?i=LQSLf_XuUGg:XuDjlk3k0p8:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/Proxymesh/~4/LQSLf_XuUGg" height="1" width="1"/&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jacob</dc:creator><pubDate>Sat, 05 Jan 2013 16:36:39 -0000</pubDate><feedburner:origLink>http://proxymesh.com/blog/paypal-subscriptions.html</feedburner:origLink></item><item><title>The Proxy Auto-Configuration URL</title><link>http://feedproxy.google.com/~r/Proxymesh/~3/CAT_75TeR8I/proxy-auto-configuration-url.html</link><description>&lt;p&gt;One of the easiest ways to &lt;a class="reference external" href="/blog/change-ip-address-proxy-server.html"&gt;change your ip address&lt;/a&gt; with a proxy server is by using a &lt;strong&gt;proxy auto-configuration url&lt;/strong&gt; in your web browser. A &lt;a class="reference external" href="http://en.wikipedia.org/wiki/Proxy_auto-config"&gt;proxy auto-configuration url&lt;/a&gt; tells your browser when to use a proxy server, and what proxy server hostname and port to use.&lt;/p&gt;
&lt;div class="section" id="how-does-a-proxy-autoconfiguration-url-work"&gt;
&lt;h2&gt;How does a Proxy Autoconfiguration URL Work?&lt;/h2&gt;
&lt;p&gt;A proxy auto-configuration url instructs your web browser to download a javascript &lt;strong&gt;PAC file&lt;/strong&gt;, normally called &lt;tt class="docutils literal"&gt;proxy.pac&lt;/tt&gt;, which contains at least one javascript function called &lt;tt class="docutils literal"&gt;FindProxyForURL&lt;/tt&gt;. Most of the time, this function simply tells your browser to always use a specific proxy server hostname and port for all requests. But the function can also restrict proxy usage based on the request. For example, a proxy server might only support &lt;a class="reference external" href="http://en.wikipedia.org/wiki/Http"&gt;http&lt;/a&gt; requests, but not &lt;a class="reference external" href="http://en.wikipedia.org/wiki/HTTP_Secure"&gt;https&lt;/a&gt; requests. In that case, the function would examine the request, and if it's for a https url, it would tell the browser to skip the proxy and go directly to the site. However, if the request is for a normal http url, then the proxy would be used. &lt;a class="reference external" href="/"&gt;ProxyMesh&lt;/a&gt; supports both &lt;strong&gt;http&lt;/strong&gt; requests and &lt;strong&gt;https&lt;/strong&gt; requests through its &lt;strong&gt;anonymous proxy server&lt;/strong&gt;, and so its &lt;tt class="docutils literal"&gt;proxy.pac&lt;/tt&gt; auto-configuration function will work as both a &lt;strong&gt;http proxy server&lt;/strong&gt; and a &lt;strong&gt;https proxy server&lt;/strong&gt;, but will ignore any non-http requests.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="section" id="how-do-i-use-a-proxy-auto-config-url-with-an-authenticated-proxy-server"&gt;
&lt;h2&gt;How do I use a Proxy Auto-Config URL with an Authenticated Proxy Server?&lt;/h2&gt;
&lt;p&gt;Because proxy auto-configuration urls do not support specifying proxy usernames and password (and for good reason, because it would be a security risk), you must use &lt;strong&gt;IP address authentication&lt;/strong&gt;. &lt;a class="reference external" href="/"&gt;ProxyMesh&lt;/a&gt; supports address IP authentication for its &lt;a class="reference external" href="/blog/why-use-rotating-proxy-server.html"&gt;rotating proxy server&lt;/a&gt;, which you can configure after you &lt;a class="reference external" href="/pricing/"&gt;signup for ProxyMesh&lt;/a&gt;. Once your IP is registered with the proxy server, then the &lt;strong&gt;proxy auto-config&lt;/strong&gt; will handle the rest, by specifying the proxy server hostname and port for each request.&lt;/p&gt;
&lt;/div&gt;
&lt;div class="section" id="how-do-i-setup-automatic-proxy-configuration"&gt;
&lt;h2&gt;How do I setup Automatic Proxy Configuration?&lt;/h2&gt;
&lt;p&gt;First, you need to have a proxy auto-config url to use. &lt;a class="reference external" href="/"&gt;ProxyMesh&lt;/a&gt; provides all subscribers with this url in the account dashboard, which you can find after you &lt;a class="reference external" href="/pricing/"&gt;signup for ProxyMesh&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Once you have a url to auto-config the proxy, you must go into your browser's proxy or network settings and look for &lt;strong&gt;Automatic proxy configuration&lt;/strong&gt;, &lt;strong&gt;Autoconfiguration url&lt;/strong&gt;, &lt;strong&gt;Automatic proxy configuration url&lt;/strong&gt;, or &lt;strong&gt;PAC File URL&lt;/strong&gt;, and copy/paste the url. Once you save this url in the settings, your browser will be using the automatic proxy configuration for all future requests.&lt;/p&gt;
&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/Proxymesh?a=CAT_75TeR8I:wL9GOuhs7Mk:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Proxymesh?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Proxymesh?a=CAT_75TeR8I:wL9GOuhs7Mk:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Proxymesh?i=CAT_75TeR8I:wL9GOuhs7Mk:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Proxymesh?a=CAT_75TeR8I:wL9GOuhs7Mk:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Proxymesh?i=CAT_75TeR8I:wL9GOuhs7Mk:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/Proxymesh/~4/CAT_75TeR8I" height="1" width="1"/&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jacob</dc:creator><pubDate>Sat, 05 Jan 2013 16:36:39 -0000</pubDate><feedburner:origLink>http://proxymesh.com/blog/proxy-auto-configuration-url.html</feedburner:origLink></item><item><title>ProxyMesh Europe Survey</title><link>http://feedproxy.google.com/~r/Proxymesh/~3/yAhJPSPkl3U/proxymesh-europe-survey.html</link><description>&lt;p&gt;&lt;a class="reference external" href="/"&gt;ProxyMesh&lt;/a&gt; will be expanding to Europe and would like your feedback. If you are interested in a &lt;strong&gt;European proxy server&lt;/strong&gt;, please fill out this form: &lt;a class="reference external" href="https://proxymesh.wufoo.com/forms/proxymesh-europe/"&gt;ProxyMesh Europe Survey&lt;/a&gt;. Possible locations for a &lt;strong&gt;Europe rotating proxy server&lt;/strong&gt; are the UK and/or Switzerland, but other locations can be investigated, depending on demand.&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/Proxymesh?a=yAhJPSPkl3U:Nat1ZzB6nJg:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Proxymesh?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Proxymesh?a=yAhJPSPkl3U:Nat1ZzB6nJg:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Proxymesh?i=yAhJPSPkl3U:Nat1ZzB6nJg:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Proxymesh?a=yAhJPSPkl3U:Nat1ZzB6nJg:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Proxymesh?i=yAhJPSPkl3U:Nat1ZzB6nJg:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/Proxymesh/~4/yAhJPSPkl3U" height="1" width="1"/&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jacob</dc:creator><pubDate>Sat, 05 Jan 2013 16:36:39 -0000</pubDate><feedburner:origLink>http://proxymesh.com/blog/proxymesh-europe-survey.html</feedburner:origLink></item><item><title>Realtime Bandwidth Tracking</title><link>http://feedproxy.google.com/~r/Proxymesh/~3/CJ8wypUs-tw/realtime-bandwidth-tracking.html</link><description>&lt;p&gt;The &lt;a class="reference external" href="/account/dashboard/"&gt;ProxyMesh dashboard&lt;/a&gt; now supports &lt;strong&gt;realtime bandwidth tracking&lt;/strong&gt; so you can see your current bandwidth usage. This will work whether you're using the &lt;em&gt;US proxy server&lt;/em&gt; or the &lt;em&gt;UK proxy server&lt;/em&gt;. And if you're using both, the dashboard will show you the combined bandwidth. Another related new feature is that every time your subscription is renewed, your previous bandwidth usage is saved for reference. This can help you estimate bandwidth usage for the upcoming month. And if you have sub-accounts, then past bandwidth usage is saved at the same time, so you can see the past month's usage for each individual sub-account.&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/Proxymesh?a=CJ8wypUs-tw:7IjA5W73HuY:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Proxymesh?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Proxymesh?a=CJ8wypUs-tw:7IjA5W73HuY:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Proxymesh?i=CJ8wypUs-tw:7IjA5W73HuY:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Proxymesh?a=CJ8wypUs-tw:7IjA5W73HuY:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Proxymesh?i=CJ8wypUs-tw:7IjA5W73HuY:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/Proxymesh/~4/CJ8wypUs-tw" height="1" width="1"/&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jacob</dc:creator><pubDate>Sat, 05 Jan 2013 16:36:39 -0000</pubDate><feedburner:origLink>http://proxymesh.com/blog/realtime-bandwidth-tracking.html</feedburner:origLink></item><item><title>ProxyMesh Sub Accounts</title><link>http://feedproxy.google.com/~r/Proxymesh/~3/AQv2uItciRM/sub-accounts.html</link><description>&lt;p&gt;&lt;a class="reference external" href="/"&gt;ProxyMesh&lt;/a&gt; now supports &lt;strong&gt;sub accounts&lt;/strong&gt; for all subscribers to the &lt;a class="reference external" href="/pricing/"&gt;ProxyMesh 20 and 50 plans&lt;/a&gt;. Sub accounts are designed for companies and professionals that are using &lt;a class="reference external" href="/"&gt;ProxyMesh&lt;/a&gt; on behalf of a client, and want to track bandwidth usage in order to pass on the cost. For example, suppose you're a pro at writing &lt;strong&gt;web crawlers&lt;/strong&gt; or &lt;strong&gt;screen scrapers&lt;/strong&gt;, and you've got one or more clients that require the kind of &lt;strong&gt;strong anonymity&lt;/strong&gt; you can get with ProxyMesh. So you signup for the &lt;a class="reference external" href="/pricing/"&gt;ProxyMesh 20 plan&lt;/a&gt; and create a sub account for each client. Now, instead of using your main account, you can use a sub account for each separate client, and see the bandwidth used by each account. Then when the bill comes due, you can charge each client for the ProxyMesh bandwidth used by their sub account. All the bandwidth tracking information you need to do this is available in your &lt;a class="reference external" href="/account/dashboard/"&gt;ProxyMesh account dashboard&lt;/a&gt;.&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/Proxymesh?a=AQv2uItciRM:0rZjtQ0pTgg:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Proxymesh?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Proxymesh?a=AQv2uItciRM:0rZjtQ0pTgg:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Proxymesh?i=AQv2uItciRM:0rZjtQ0pTgg:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Proxymesh?a=AQv2uItciRM:0rZjtQ0pTgg:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Proxymesh?i=AQv2uItciRM:0rZjtQ0pTgg:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/Proxymesh/~4/AQv2uItciRM" height="1" width="1"/&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jacob</dc:creator><pubDate>Sat, 05 Jan 2013 16:36:39 -0000</pubDate><feedburner:origLink>http://proxymesh.com/blog/sub-accounts.html</feedburner:origLink></item><item><title>UK Rotating Proxy Server</title><link>http://feedproxy.google.com/~r/Proxymesh/~3/VEoixxPzGJs/uk-rotating-proxy-server.html</link><description>&lt;p&gt;&lt;a class="reference external" href="/"&gt;ProxyMesh&lt;/a&gt; now has a &lt;em&gt;rotating proxy server&lt;/em&gt; based in the UK! It works just like the original US rotating proxy server, with 10 &lt;strong&gt;UK IP addresses rotating&lt;/strong&gt; twice a day. So if you're based in the UK or Europe and want faster connectivity to ProxyMesh, &lt;a class="reference external" href="/pricing/"&gt;signup today&lt;/a&gt;. And if you're an existing customer and want access, you can now &lt;a class="reference external" href="/account/edit_proxies/"&gt;edit your proxy authorizations&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The &lt;strong&gt;UK proxy server&lt;/strong&gt; is currently available for all &lt;a class="reference external" href="/pricing/"&gt;ProxyMesh plans&lt;/a&gt;. If you'd like access to both the US and UK proxy servers, you'll need at least the &lt;a class="reference external" href="/pricing/"&gt;ProxyMesh 20 plan&lt;/a&gt;. For existing customers, you may need to &lt;a class="reference external" href="/account/upgrade/"&gt;upgrade your plan&lt;/a&gt; to enable access. Bandwidth charges are the same for both proxy servers, and if you're using both the UK and US proxy servers, you will be billed for your combined bandwidth usage.&lt;/p&gt;
&lt;p&gt;If you are interested in a mainland &lt;strong&gt;European proxy server&lt;/strong&gt;, or any other location, please fill out the &lt;a class="reference external" href="https://proxymesh.wufoo.com/forms/proxymesh-europe/"&gt;ProxyMesh Europe Survey&lt;/a&gt;.&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/Proxymesh?a=VEoixxPzGJs:J3m9JdJ7I3s:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Proxymesh?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Proxymesh?a=VEoixxPzGJs:J3m9JdJ7I3s:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Proxymesh?i=VEoixxPzGJs:J3m9JdJ7I3s:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Proxymesh?a=VEoixxPzGJs:J3m9JdJ7I3s:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Proxymesh?i=VEoixxPzGJs:J3m9JdJ7I3s:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/Proxymesh/~4/VEoixxPzGJs" height="1" width="1"/&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jacob</dc:creator><pubDate>Sat, 05 Jan 2013 16:36:39 -0000</pubDate><feedburner:origLink>http://proxymesh.com/blog/uk-rotating-proxy-server.html</feedburner:origLink></item><item><title>Using ProxyMesh with Visual Web Ripper</title><link>http://feedproxy.google.com/~r/Proxymesh/~3/8_39YAcFJ3o/using-proxymesh-visual-web-ripper.html</link><description>&lt;p&gt;&lt;a class="reference external" href="http://www.visualwebripper.com/"&gt;Visual Web Ripper&lt;/a&gt; (aka &lt;strong&gt;VWR&lt;/strong&gt;) is a visual tool for &lt;strong&gt;data extraction from the web&lt;/strong&gt;. It allows you to &lt;strong&gt;scrape data from targeted web pages&lt;/strong&gt; without writing a line of code. Though if you do want to write code, you can get full control of VWR using their .NET programming interface.&lt;/p&gt;
&lt;p&gt;Using a &lt;strong&gt;http proxy server&lt;/strong&gt; like &lt;a class="reference external" href="http://proxymesh.com/"&gt;ProxyMesh&lt;/a&gt; with VWR ensures your &lt;strong&gt;anonymity&lt;/strong&gt; and &lt;em&gt;protects your privacy&lt;/em&gt;. An &lt;strong&gt;anonymous proxy server&lt;/strong&gt; that &lt;a class="reference external" href="http://proxymesh.com/blog/change-ip-address-proxy-server.html"&gt;changes your IP address&lt;/a&gt; will help you &lt;strong&gt;avoid rate limits&lt;/strong&gt; and reduce the chances of being blocked.&lt;/p&gt;
&lt;p&gt;To use &lt;a class="reference external" href="http://proxymesh.com/"&gt;ProxyMesh&lt;/a&gt; with &lt;a class="reference external" href="http://www.visualwebripper.com/"&gt;Visual Web Ripper&lt;/a&gt;, you must use &lt;strong&gt;IP authentication&lt;/strong&gt;. Once you've &lt;a class="reference external" href="http://proxymesh.com/pricing/"&gt;subscribed to ProxyMesh&lt;/a&gt;, you can go into the account dashboard, and on the right side of the page there is a link to add IP addresses. This link will take you to a form for adding IP addresses (your current IP address is shown to the right of the form). Once you have saved your IP address(es) for authentication, you can configure the proxy settings in Visual Web Ripper or &lt;a class="reference external" href="http://windows.microsoft.com/en-US/windows-vista/Change-proxy-settings-in-Internet-Explorer"&gt;Internet Explorer&lt;/a&gt; to use the ProxyMesh proxy server hostname and port.&lt;/p&gt;
&lt;p&gt;After &lt;em&gt;IP authentication&lt;/em&gt; is setup and proxy settings are configured, you will be able to benefit from ProxyMesh's &lt;strong&gt;anonymous IP changer proxy&lt;/strong&gt;, which &lt;strong&gt;rotates IP addresses&lt;/strong&gt; for you. This will &lt;strong&gt;hide your IP address&lt;/strong&gt; behind a &lt;strong&gt;fast anonymous proxy&lt;/strong&gt; designed specifically for &lt;strong&gt;anonymous screen scraping&lt;/strong&gt;.&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/Proxymesh?a=8_39YAcFJ3o:pXB41BMFiUU:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Proxymesh?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Proxymesh?a=8_39YAcFJ3o:pXB41BMFiUU:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Proxymesh?i=8_39YAcFJ3o:pXB41BMFiUU:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Proxymesh?a=8_39YAcFJ3o:pXB41BMFiUU:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Proxymesh?i=8_39YAcFJ3o:pXB41BMFiUU:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/Proxymesh/~4/8_39YAcFJ3o" height="1" width="1"/&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jacob</dc:creator><pubDate>Sat, 05 Jan 2013 16:36:39 -0000</pubDate><feedburner:origLink>http://proxymesh.com/blog/using-proxymesh-visual-web-ripper.html</feedburner:origLink></item><item><title>Why you should use a Rotating Proxy Server</title><link>http://feedproxy.google.com/~r/Proxymesh/~3/udqGA23T0I4/why-use-rotating-proxy-server.html</link><description>&lt;p&gt;A &lt;strong&gt;rotating proxy server&lt;/strong&gt; provides a lot of great benefits over a normal single proxy server, because it does &lt;strong&gt;ip address rotation&lt;/strong&gt;. This helps you &lt;strong&gt;hide your ip address&lt;/strong&gt; in a similar fashion to &lt;a class="reference external" href="https://www.torproject.org/"&gt;TOR&lt;/a&gt;, so that each request you make goes through a different, &lt;strong&gt;random ip address&lt;/strong&gt;. A &lt;strong&gt;proxy rotator&lt;/strong&gt; is also more reliable, because it can ignore proxy servers that are not working.&lt;/p&gt;
&lt;p&gt;&lt;a class="reference external" href="http://proxymesh.com/"&gt;ProxyMesh&lt;/a&gt; is an ideal &lt;strong&gt;ip rotation service&lt;/strong&gt; because it handles the &lt;strong&gt;proxy rotation&lt;/strong&gt; and &lt;strong&gt;rotating ip addressess&lt;/strong&gt; for you. It is a &lt;strong&gt;proxy server that changes ip addresses&lt;/strong&gt;. You don't need to do any special configuration or download an app to use the &lt;a class="reference external" href="http://proxymesh.com/"&gt;ProxyMesh&lt;/a&gt; &lt;strong&gt;ip changer proxy&lt;/strong&gt;, and every 12 hours, new &lt;strong&gt;ip address are rotated&lt;/strong&gt; in and old ip address are rotated out.&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/Proxymesh?a=udqGA23T0I4:ggr_85Eg4bQ:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Proxymesh?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Proxymesh?a=udqGA23T0I4:ggr_85Eg4bQ:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Proxymesh?i=udqGA23T0I4:ggr_85Eg4bQ:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/Proxymesh?a=udqGA23T0I4:ggr_85Eg4bQ:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/Proxymesh?i=udqGA23T0I4:ggr_85Eg4bQ:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/Proxymesh/~4/udqGA23T0I4" height="1" width="1"/&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jacob</dc:creator><pubDate>Sat, 05 Jan 2013 16:36:39 -0000</pubDate><feedburner:origLink>http://proxymesh.com/blog/why-use-rotating-proxy-server.html</feedburner:origLink></item></channel></rss>
