Re: no404

From: Renaud Deraison (deraisonat_private)
Date: Sun May 05 2002 - 12:59:32 PDT

  • Next message: Noam Rathaus: "Re: no404"

    On Sun, May 05, 2002 at 10:40:39PM +0200, Noam Rathaus wrote:
    > Won't handle cases such as:
    > 302 Found 
    > 400 Bad Request 
    > 401 Unauthorized 
    > 403 Forbidden 
    > 500 Internal Server Error
    > 503 Service Unavailable 
    
    Errr, it seems you're misinterpreting the code :
    
    - no404.nasl :
    	- We determine if the remote service replies with a code 200
    	  (or 301 [redirect]) when a bad request is made ;
    
    - www_funcs.nasl :
    	- Makes a request and expects a 200 error code, or works
    	  around cases where a code 200 is replied when the file
    	  does not exist
    
    
    So I don't understand why you see that as a problem. This won't cause
    false positives.
    
    
    
    				-- Renaud
    



    This archive was generated by hypermail 2b30 : Sun May 05 2002 - 13:04:38 PDT