This can be done if the HTTP server accepts requests to return parts of the resource. For example, if the HTTP request contains a header:
Range: bytes = -500
the response will contain the last 500 bytes of the resource. You can get this and then parse it in strings, etc. I do not know of any ready-made clients who will do this for you - I will write a script to do this work.
You can use Hurl to experiment with headings (from public resources).
Vinay sajip
source share