view mock-api/401.html @ 226:78c7d1c23616

Add basic auth support to mockapi Reviewed-by: jkang Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2017-September/025147.html
author Andrew Azores <aazores@redhat.com>
date Tue, 26 Sep 2017 09:49:49 -0400
parents
children
line wrap: on
line source

<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
    <title>Error 401 Unauthorized</title>
  </head>
  <body><h2>HTTP ERROR 401</h2>
    <p>Problem accessing mockapi path. Reason:
    <pre>    Unauthorized</pre></p>
  </body>
</html>