Advertisement
Guest User

Untitled

a guest
Feb 9th, 2016
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. Access-Control-Allow-Meth...
  2. GET, POST, OPTIONS
  3. Content-Type
  4. application/json
  5. Date
  6. Tue, 09 Feb 2016 15:30:32 GMT
  7. Server
  8. nginx/1.9.5
  9. X-Firefox-Spdy
  10. h2
  11. access-control-allow-cred...
  12. true
  13. access-control-allow-head...
  14. DNT,X-CustomHeader,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Ty
  15. pe
  16. access-control-allow-orig...
  17. *
  18.  
  19. alert("before grab");
  20.  
  21. $.getJSON('https://exmple.net/cgi-bin/daily.cgi', { action: 'cat-list', u: device_id, t: device_type }, function(result) {
  22.  
  23. alert("in here 1");
  24. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement