Need to install form login monitoring.
Posted: Wed Aug 13, 2014 10:32 am
Hi,
My requirement is that I have to monitor one internal website abc.com through form login monitoring. Now the trouble part is that to access abc.com I do not require any proxy settings, but abc.com redirects for cokkie check to xyz.com( i.e. external website for which proxy is needed) internally and again xyz.com gives response to abc.com , which later presents the login page. So for abc.com the target page should be its login page but this is kind of getting stuck in between just before the redirection to xyz.com.
Below is the debug mode result of the script I am using.
Target URL: abc.com
POST Data: USER=*******&Password=*******
Login content: vhd
Target content: You have successfully logged in.
Verify target page redirect? 1
Debug mode? 1
request for protected url: abc.com
attempting site login...
ERROR: request for login resource failed: 405 Method Not Allowed
DEBUG: target content causing failure: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<HTML><HEAD><TITLE>The page cannot be displayed</TITLE>
<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">
<STYLE type="text/css">
BODY { font: 8pt/12pt verdana }
H1 { font: 13pt/15pt verdana }
H2 { font: 8pt/12pt verdana }
A:link { color: red }
A:visited { color: maroon }
</STYLE>
</HEAD><BODY><TABLE width=500 border=0 cellspacing=10><TR><TD>
<h1>The page cannot be displayed</h1>
The page you are looking for cannot be displayed because an invalid method (HTTP verb) was used to attempt access.
<hr>
<p>Please try the following:</p>
<ul>
<li>Contact the Web site administrator if you believe that this request should be allowed.</li>
<li>Make sure that the Web site address displayed in the address bar of your browser is spelled and formatted correctly. </li>
</ul>
<h2>HTTP Error 405 - The HTTP verb used to access this page is not allowed.<br>Internet Information Services (IIS)</h2>
<hr>
<p>Technical Information (for support personnel)</p>
<ul>
<li>Go to <a href="http://go.microsoft.com/fwlink/?linkid=8180">Microsoft Product Support Services</a> and perform a title search for the words <b>HTTP</b> and <b>405</b>.</li>
<li>Open <b>IIS Help</b>, which is accessible in IIS Manager (inetmgr),
and search for topics titled <b>Setting Application Mappings</b>, <b>Securing Your Site with Web Site Permissions</b>, and <b>About Custom Error Messages</b>.</li>
</ul>
</TD></TR></TABLE></BODY></HTML>
So here I believe I am not able to access the redirected external page from the internal url.
PS: Please help me out as I am badly stuck in this.
Regards
Ashutosh
My requirement is that I have to monitor one internal website abc.com through form login monitoring. Now the trouble part is that to access abc.com I do not require any proxy settings, but abc.com redirects for cokkie check to xyz.com( i.e. external website for which proxy is needed) internally and again xyz.com gives response to abc.com , which later presents the login page. So for abc.com the target page should be its login page but this is kind of getting stuck in between just before the redirection to xyz.com.
Below is the debug mode result of the script I am using.
Target URL: abc.com
POST Data: USER=*******&Password=*******
Login content: vhd
Target content: You have successfully logged in.
Verify target page redirect? 1
Debug mode? 1
request for protected url: abc.com
attempting site login...
ERROR: request for login resource failed: 405 Method Not Allowed
DEBUG: target content causing failure: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<HTML><HEAD><TITLE>The page cannot be displayed</TITLE>
<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">
<STYLE type="text/css">
BODY { font: 8pt/12pt verdana }
H1 { font: 13pt/15pt verdana }
H2 { font: 8pt/12pt verdana }
A:link { color: red }
A:visited { color: maroon }
</STYLE>
</HEAD><BODY><TABLE width=500 border=0 cellspacing=10><TR><TD>
<h1>The page cannot be displayed</h1>
The page you are looking for cannot be displayed because an invalid method (HTTP verb) was used to attempt access.
<hr>
<p>Please try the following:</p>
<ul>
<li>Contact the Web site administrator if you believe that this request should be allowed.</li>
<li>Make sure that the Web site address displayed in the address bar of your browser is spelled and formatted correctly. </li>
</ul>
<h2>HTTP Error 405 - The HTTP verb used to access this page is not allowed.<br>Internet Information Services (IIS)</h2>
<hr>
<p>Technical Information (for support personnel)</p>
<ul>
<li>Go to <a href="http://go.microsoft.com/fwlink/?linkid=8180">Microsoft Product Support Services</a> and perform a title search for the words <b>HTTP</b> and <b>405</b>.</li>
<li>Open <b>IIS Help</b>, which is accessible in IIS Manager (inetmgr),
and search for topics titled <b>Setting Application Mappings</b>, <b>Securing Your Site with Web Site Permissions</b>, and <b>About Custom Error Messages</b>.</li>
</ul>
</TD></TR></TABLE></BODY></HTML>
So here I believe I am not able to access the redirected external page from the internal url.
PS: Please help me out as I am badly stuck in this.
Regards
Ashutosh