2 :23 cups 1.4

$ curl http://192.168.159.41:23 -v
*   Trying 192.168.159.41:23...
* Connected to 192.168.159.41 (192.168.159.41) port 23 (#0)
> GET / HTTP/1.1
> Host: 192.168.159.41:23
> User-Agent: curl/7.74.0
> Accept: */*
>
* Mark bundle as not supporting multiuse
< HTTP/1.1 403 Forbidden
< Date: Thu, 02 Sep 2021 21:32:24 GMT
< Server: CUPS/1.4
< Content-Language: en_US
< Upgrade: TLS/1.0,HTTP/1.1
< Connection: close
< Content-Type: text/html; charset=utf-8
< Content-Length: 336
<
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<HTML>
<HEAD>
        <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
        <TITLE>403 Forbidden</TITLE>
        <LINK REL="STYLESHEET" TYPE="text/css" HREF="/cups.css">
</HEAD>
<BODY>
<H1>403 Forbidden</H1>
<P></P>
</BODY>
</HTML>
* Closing connection 0

Last updated