The 'Origin' header is an HTTP header used by web browsers to indicate the origin of the request, typically including the scheme, host, and port. It is primarily used in Cross-Origin Resource Sharing (CORS) to help servers determine whether or not to allow the request based on the origin’s policy.