Skip to content

Instantly share code, notes, and snippets.

Created May 22, 2013 11:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/fe3aa4243ae7b4f68376 to your computer and use it in GitHub Desktop.
Save anonymous/fe3aa4243ae7b4f68376 to your computer and use it in GitHub Desktop.
versetile
A HTTP -> An HTTP?
in ABNF, you seem to be using # as a prefix indicating that a token is a list of such tokens, but I
don't believe that's ABNF or that you have it defined anywhere
"Follow the requirements from FTP to retrieve a resource." That's not nearly enough of course, at
the very least a reference maybe?
"Prompt the end user for a username and password." I think that this is missing a step. If the user
cancels the prompt, return request (needs testing).
"Append a header named Access-Control-Request-Headers with value header value to preflight's
headers." -> does this mean that you have to include an empty ACRH header if there were no author
headers?
"If response's status is in the range 200 to 299" -> the *numeric* range, in case someone does
something stupid like "200" <= header <= "299" which in a number of languages will match for
"2000" or "21".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment