While using a replacement proxy, if a page redirects using meta refresh, e.g <meta http-equiv="refresh" content="2;url=http://webserver.com"> then the replacement proxy stops working
This particular error will be fixed in release 0.2.10, but for now we can perform replacements if that string appears by adding our own replacement value in SSL-Explorer.
If you click on Replacements under Configuration on the left menu, click click Create Replacement from the Actions
menu.
Keep the Type as Received content
Leave the Site Pattern blank
In Mime type, type in the following:- html/text
In Match pattern, type in the following:-
(<meta.*content\s*=\s*['\"]?[^'\"]*url\s*=\s*)([^';\"]*)([;'\"])
In Replace pattern, type in the following:- $1%2$3
Click Save, then try the web forward again