일반 Purge 메소드 이용 방법<telnet을 이용하는 방법>
예) jaguar의 IP가 10.0.1.117이고
1. “telnet 127.0.0.1 80” or “telnet 10.0.1.117 80”
2. “PURGE http://www.aranetworks.com/img/ko/banner2.jpg”
실습)
[root@jaguar ~]# telnet 127.0.0.1 80
Trying 127.0.0.1...
Connected to localhost (127.0.0.1).
Escape character is '^]'.
PURGE http://www.aranetworks.com/img/ko/banner2.jpg
HTTP/1.0 200 Ok
Content-Length: 0
Cache-Control: no-cache
Pragma: no-cache
Connection: close
Connection closed by foreign host.
[root@jaguar ~]#
[root@jaguar ~]# telnet 10.0.1.117 80
Trying 127.0.0.1...
Connected to localhost (127.0.0.1).
Escape character is '^]'.
PURGE http://www.aranetworks.com/img/ko/banner2.jpg
HTTP/1.0 200 Ok
Content-Length: 0
Cache-Control: no-cache
Pragma: no-cache
Connection: close
Connection closed by foreign host.
[root@jaguar ~]#