files/en-us/web/http/reference/headers/from/index.md
The HTTP From {{Glossary("request header")}} contains an Internet email address for an administrator who controls an automated user agent.
If you are running a robotic user agent (a web crawler, for example), the From header must be sent in requests so you can be contacted if problems occur, such as a bot sending excessive, unwanted, or invalid requests.
<table class="properties"> <tbody> <tr> <th scope="row">Header type</th> <td>{{Glossary("Request header")}}</td> </tr> <tr> <th scope="row">{{Glossary("Forbidden request header")}}</th> <td>No</td> </tr> </tbody> </table>[!WARNING] You must not use the
Fromheader for access control or authentication.
From: <email>
<email>
From: [email protected]
{{Specifications}}
{{Compat}}