Skip to content

Instantly share code, notes, and snippets.

@alfintechcomputer
Created November 15, 2020 18:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alfintechcomputer/7d38451e870009bd9fc907af288ba18e to your computer and use it in GitHub Desktop.
Save alfintechcomputer/7d38451e870009bd9fc907af288ba18e to your computer and use it in GitHub Desktop.
HTTP request with PHP
<?php
header('Content-Type: application/pdf');
header('HTTP/1.1 500 Internal Server Error');
header('HTTP/1.1 404 Not Found');
header('Content-Disposition: attachment; filename="awesome.docx"')
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment