Category "http-headers"

Can HTML imports be specified using the Link HTTP header, or only with a <link> tag?

The HTML <link> element is most frequently used to include CSS stylesheets in a document. A typical use might look like this: <link rel="stylesheet" hr

enable Apache http Authorization header

I write an API with PHP ZF2 they use HTTP Authorization. I fetch all HTTP Headers with apache_request_headers() (also tested with ZF2's $this->getRequest()-&

403 Forbidden vs 401 Unauthorized HTTP responses

For a web page that exists, but for which a user does not have sufficient privileges (they are not logged in or do not belong to the proper user group), what is