Forum Discussion

zhaleh's avatar
zhaleh
Icon for Nimbostratus rankNimbostratus
Jun 04, 2018

416 Requested Range Not Satisfiable

Hello My web service is tomcat 7.0.27 and somtimes show error code 416 Requested Range Not Satisfiable in response to client. How can i solve my web services problem?

 

3 Replies

  • I am guessing this is more of a server error and not caused by F5 as indicated here.

     

  • Hi,

     

    What is Error 416

     

    The Web server (running the Web site) thinks that the HTTP data stream sent by the client (e.g. your Web browser or our CheckUpDown robot) contains a 'Range' request which specifies a range of bytes which can not be satisfied - because the resource being accessed does not cover this byte range. For example if the resource - an image file for example - has 1000 bytes and the Range requested is 500-1500, then it can not be satisfied.

     

    More over

     

    4xx Client Error--where client syntax is responsible for error 5xx Server Error-- where server response is reason for this error

     

    we should point out F-5 in case of 5xx error codes.

     

    4xx cases are more related to server issues rather than F-5.

     

    • Dali_Chauhan_33's avatar
      Dali_Chauhan_33
      Icon for Nimbostratus rankNimbostratus

      11xx: Informational

       

      It means the request has been received and the process is continuing.

       

      22xx: Success

       

      It means the action was successfully received, understood, and accepted.

       

      33xx: Redirection

       

      It means further action must be taken in order to complete the request.

       

      44xx: Client Error

       

      It means the request contains incorrect syntax or cannot be fulfilled.

       

      55xx: Server Error

       

      It means the server failed to fulfill an apparently valid request.