I am looking to learn how to properly use, and implement, HTTP headers. What is the best resource or set of guidelines that I can use? ( especially ranges to detect download managers, etc) ?
Tell me more
×
Programmers Stack Exchange is a question and answer site for
professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.
|
closed as not a real question by MichaelT, GlenH7, gnat, Kilian Foth, BЈовић May 19 at 15:56
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
Well your first stop should probably be RFC2616: Hypertext Transfer Protocol -- HTTP/1.1. The Range section is used to request specific areas of a file; with responses providing Content-Range declarations to provide this feature. |
|||
|
|
