I've been trying to download the following page (response from the server+headers):
"HTTP/1.1 302 Found
Date: xxxxx
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Pragma: no-cache
Location: /site.aspx
Set-Cookie: xxxx; expires=xxxx; path=/
Cache-Control: no-cache, no-store
Pragma: no-cache
Expires: -1
Content-Type: text/html; charset=utf-8
Content-Length: 94008
<html><head><title>Object moved</title></head><body>
<h2>Object moved to <a href="http://site.com/text.aspx">here</a>.</h2>
</body></html>
<!DOCTYPE html PUBLIC "-//W3C//DTD ....
......
"
But instead of getting the 94008 byte page OEE either redirects to site.aspx or stops the download depending on whether or not I filter out site.aspx. But how to catch the page itself?
Maybe the key is that the response is "302 found" and not "302 temporary moved"? I'm really at a loss. And I tried every option in "Confirmation>When the Project URL is moved" options field. Thank you in advance.
Thank you!
Best regards,
Oleg Chernavin
MP Staff
Oleg.