Forum Discussion

smehaffieUMB's avatar
smehaffieUMB
Occasional Contributor
9 years ago
Solved

403 Error When Running Test In Test Suite

When I run a test it passes, but when I run all the test through the test suite Iget a 403 (Access Forbidden).  So why do the same test run when run directly but fail when run through the test suite....
  • smehaffieUMB's avatar
    smehaffieUMB
    9 years ago

    I found out what the issue was.  On our new Win2012 servers we had some setting setup to help stop DOS attacks. This cuased the test to fails after so many were runs successfully because the server saw the request as DOS attack because of the number of request coming from the same IP in such a quick manner.  We disabled this feature and that took care of the issue.