How to specify custom referrer, cookie or a POST request?

You can specify POST request, cookie or referrer in the URL field below the starting URL (on a separate line).

Examples:

POST request:

http://www.metaproducts.com/

POST=parameter=value&param2=somevalue

Cookie:

http://www.metaproducts.com/

Cookie=some_value

Referrer:

http://www.metaproducts.com/

Referer=http://www.othersite.com/

If you need to specify the same Referer value to all URLs that Portable Offline Browser will download from a site, use GlobalReferer= parameter instead.

You can also use URL macros in these parameters. For example:

http://www.metaproducts.com/

POST=parameter={:day}

If you specify a enumeration macro in the Post request, Portable Offline Browser will load multiple URLs with each of the enumerated POST requests. For example:

http://www.metaproducts.com/

POST=parameter={:0..2}

The same works for the Cookie= parameter

The above will load 3 http://www.metaproducts.com/ URLs but with three different POST requests. To make sure that downloaded files do not overwrite each other because of the same filename, please use File Copies in the Project Properties dialog.

Running an external executable

Another feature is the ability to run an external executable file once the Project download finishes:

http://www.metaproducts.com/

RunAfter=C:\Windows\scandisk.exe