Guest User

Untitled

a guest
Feb 21st, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. # Ajax request
  2. @response = request(url(:help), "HTTP_X_REQUESTED_WITH" => "XMLHttpRequest")
  3.  
  4. # HTTP Method — "POST", "GET", "DELETE", "PUT"
  5. @response = request(url(:help), :method => "POST")
Add Comment
Please, Sign In to add comment