Skip to content

Instantly share code, notes, and snippets.

@mgroves
Created June 11, 2014 20:56
Show Gist options
  • Select an option

  • Save mgroves/d3609ec8ab1b45700c1b to your computer and use it in GitHub Desktop.

Select an option

Save mgroves/d3609ec8ab1b45700c1b to your computer and use it in GitHub Desktop.
<%
'assume there's an HTTP header "some_id: value"
dim someId
someId = Request.ServerVariables ("HTTP_some_id")
response.write "someId: " & someId 'this outputs "someId:" NOT "someId: value"
response.end
%>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment