Changes between Version 171 and Version 172 of Docs/825gen2/Updating/History


Ignore:
Timestamp:
11/05/25 10:49:17 (9 days ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/825gen2/Updating/History

    v171 v172  
    3232HTTP Trace method is now disabled. This is recommended for greater security. This can be verified from the development VM terminal:
    3333{{{
    34 curl -v -X TRACE http://<IP address of indicator>
     34curl -X TRACE http://<IP address of indicator>
    3535}}}
    36 Response should be: //"405 Method Not Allowed"//
    37 
     36Output should contain //"405 Method Not Allowed"// and appear similar to:
     37{{{
     38<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
     39<html><head>
     40<title>405 Method Not Allowed</title>
     41</head><body>
     42<h1>Method Not Allowed</h1>
     43<p>The requested method TRACE is not allowed for this URL.</p>
     44</body></html>
     45}}}
    3846
    3947== Patches for 1.21.005 ==