help.sitevision.se always refers to the latest version of Sitevision

BASIC

Detailed description

Client request (no authentication):

GET /secure/index.html HTTP/1.0
Host: www.senselogic.se
Serverns svar:
HTTP/1.0 401 UNAUTHORIZED
Server: SiteVision/2.4
Date: Sat, 27 Nov 2004 10:18:15 GMT
WWW-Authenticate: Basic realm="www.senselogic.se"
Content-Type: text/html
Content-Length: 311

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
<HTML>
  <HEAD>
    <TITLE>Error</TITLE>
    <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
  </HEAD>
  <BODY><H1>401 Unauthorised.</H1></BODY>
</HTML>

Klientförfrågan (användarnamn: "Aladdin", lösenord: "open sesame"):
GET /secure/index.html HTTP/1.0
Host: www.senselogic.se
Authorization: Basic QWxhZGRpbjpvcGVuIHNlc2FtZQ==
Serverns svar:
HTTP/1.0 200 OK
Server: SiteVision/2.4
Date: Sat, 27 Nov 2004 10:19:07 GMT
Content-Type: text/html
Content-Length: 10476

The page published:

Did the information help you?