Advertisement
Guest User

Untitled

a guest
Jan 16th, 2017
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. "<!DOCTYPE html PUBLIC
  2. "-//W3C//DTD XHTML 1.0 Transitional//EN"
  3. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html>
  5. <head>
  6. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
  7. <title>403 Forbidden</title>
  8. <style type="text/css">
  9. #powered_by {
  10. margin-top: 20px;
  11. border-top: 2px solid black;
  12. font-style: italic;
  13. }
  14.  
  15. #traceback {
  16. color: red;
  17. }
  18. </style>
  19. </head>
  20. <body>
  21. <h2>403 Forbidden</h2>
  22. <p>WOKAUTH0004E: Too much login tries. A timeout of 60 will be set</p>
  23. <pre id="traceback"></pre>
  24. <div id="powered_by">
  25. <span>
  26. Powered by <a href="http://www.cherrypy.org">CherryPy 3.5.0</a>
  27. </span>
  28. </div>
  29. </body>
  30. </html>
  31. "
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement