Use the livehttpheaders plug-in to obtain the referrer parameter value
Install a Firefox package plugin livehttpheaders (http://livehttpheaders.mozdev.org/installation.html
Livehttpheaders can capture HTTP and HTTPS data links, including get and post, a good plug-in. After installing the plug-in, restart Firefox, open the download page, run livehttpheaders to capture packets (tool-> live HTTP headers), and then click Download. After a while, the package will be ready.
There are many methods to break through anti-leech protection. You can use ASP, PHP, vbs, or use the changed package NC to submit. Here we will introduce a simple method to break through with the Firefox custom Referer plug-in. First, we should first capture the package to see what the referrer parameter value is during download.
=============================]
Use the refcontrol plug-in to construct referrer values
Go to the sites "add site" button and enter
Custom HTTP Referer for each website.
Create a website list. A custom Referer can be sent to each of the websites. You can send this Referer unconditionally or only when a third-party request is sent. In addition, you can specify the default behavior of a Website other than the list.
[If this plug-in was found the last time, it saves me the trouble to use NC to modify Referer and submit it over and over again
Many anti-Leech and anti-local submissions are determined by the Referer field in the data automatically submitted by the user's browser. This plug-in can be used to break through.
If flash get is used for download, there is a flashgot in Firefox's about: config. fakereferrer field (it should be the Flash got plug-in installed in Firefox), which is also the function (not tested)]
----------------------- Other plug-ins :-------------------------------
1. The packet capture tool httpwatch began to support firefox2 and firebug
Firebug is a plug-in Firefox that can debug all Website Languages, such as HTML and CSS. But what attracts me most is the Javascript debugging function, which is very convenient to use, it's incredible that you can use it in a variety of browsers (ie, Firefox, opera, Safari. In addition, other functions are powerful. For example, HTML, CSS, Dom viewing and debugging, and overall website analysis. In short, it is a complete and powerful web development tool. It's awesome. Then there is open source, and the future is limitless.
Official firebug Website: http://getfirebug.com/
Breakpoint debugging is supported in Javascript. You can see the effect immediately after changing the attribute value in CSS viewing (it is also a debugging of CSS), and you can easily see which CSS is used, powerful functionality! In the console, asynchronous requests will be output like the terminal. Where is the parsing error? This is easy to enable. You can directly open the editor and edit the corresponding file after it is enabled.
The overall impression is simple but not simple! Very suitable for programmers!