Answers for "content header of http"

2

content type http header

Content-Type: <Type>;

Examples:
  Content-Type: application/json;
  Content-Type: text/html;
  Content-Type: video/mp4;
Posted by: Guest on April-16-2021
0

HTTP Header

$ curl -IH 'User-Agent: ' https://api.github.com/meta
> HTTP/1.0 403 Forbidden
> Connection: close
> Content-Type: text/html

> Request forbidden by administrative rules.
> Please make sure your request has a User-Agent header.
> Check  for other possible causes.
Posted by: Guest on June-16-2021

Browse Popular Code Answers by Language