1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
| $ telnet [nom de domaine de mon site web] http
Trying...
Connected to [...]
Escape character is '^]'.
GET /GEDCLI/view?action=directopen&name=ENIECT060227623578 HTTP/1.1
HTTP/1.1 400 Bad Request
Date: Mon, 29 Jun 2009 14:57:28 GMT
Content-Length: 897
Content-Type: text/html
Connection: Close
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Draft//EN">
<HTML>
<HEAD>
<TITLE>Error 400--Bad Request</TITLE>
<META NAME="GENERATOR" CONTENT="WebLogic Server">
</HEAD>
<BODY bgcolor="white">
<FONT FACE=Helvetica><BR CLEAR=all>
<TABLE border=0 cellspacing=5><TR><TD><BR CLEAR=all>
<FONT FACE="Helvetica" COLOR="black" SIZE="3"><H2>Error 400--Bad Request</H2>
</FONT></TD></TR>
</TABLE>
<TABLE border=0 width=100% cellpadding=10><TR><TD VALIGN=top WIDTH=100% BGCOLOR=
white><FONT FACE="Courier New"><FONT FACE="Helvetica" SIZE="3"><H3>From RFC 2068
<i>Hypertext Transfer Protocol -- HTTP/1.1</i>:</H3>
</FONT><FONT FACE="Helvetica" SIZE="3"><H4>10.4.1 400 Bad Request</H4>
</FONT><P><FONT FACE="Courier New">The request could not be understood by the se
rver due to malformed syntax. The client SHOULD NOT repeat the request without m
odifications.</FONT></P>
</FONT></TD></TR>
</TABLE>
</BODY>
</HTML>
Connection closed. |
Partager