Guest User

Untitled

a guest
Dec 9th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. <% Response.CacheControl = "no-cache" %>
  2. <% Response.AddHeader "Pragma", "no-cache" %>
  3. <% Response.Expires = -1 %>
  4. <% Response.ContentType="application/json" %>{
  5. "FirstValue": "asdf",
  6. "SecondValue": "qwer"
  7. }
Add Comment
Please, Sign In to add comment