Guest User

Untitled

a guest
Apr 19th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. response.setContentType("application/zip");
  2. response.setHeader("Content-Disposition","inline;filename=xpitest.xpi;");
  3.  
  4. response.setContentType("application/x-xpinstall");
  5. response.setHeader("Content-Disposition","filename=xpitest.xpi;");
  6.  
  7. HTTP/1.1 200 OK
  8. Date: Wed, 11 Nov 2009 04:51:03 GMT
  9. Server: Apache
  10. Last-Modified: Thu, 05 Nov 2009 15:10:39 GMT
  11. Accept-Ranges: bytes
  12. Content-Length: 4248
  13. Keep-Alive: timeout=2, max=100
  14. Connection: Keep-Alive
  15. Content-Type: application/x-xpinstall
Add Comment
Please, Sign In to add comment