Guest a1anm Report post Posted June 4, 2008 Hi, I have been running a few tests against a new intranet which my employers will be implementing soon. The problem is that when I run the test I always end up with some http 302 errors in the http replys section. However, when I check the graphs they show that there are no errors and the logs show no errors as well. is there reason for this? Thanks for any help! Quote Share this post Link to post Share on other sites
Guest angela Report post Posted June 5, 2008 Hi, I have been running a few tests against a new intranet which my employers will be implementing soon. The problem is that when I run the test I always end up with some http 302 errors in the http replys section. However, when I check the graphs they show that there are no errors and the logs show no errors as well. is there reason for this? Thanks for any help! Hi, 302 responses can be redirects, not necessarily errors. For example, login process may often include one or more redirects. That's why they are not treated as errors. Usually, HTML code of the resulted page is sufficient to understand whether it was an error or not. You can find the description of "302 Found" result code here: http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html Quote Share this post Link to post Share on other sites
Guest a1anm Report post Posted June 5, 2008 thanks for the reply. I think they must be caused by redirects as they are all happening at the login stage. thanks! Quote Share this post Link to post Share on other sites