HTTP-заголовок Location возвращается в ответах HTTP-сервера в двух случаях:
Запрос:
GET /index.html HTTP/1.1 Host: www.example.com
Ответ:
HTTP/1.1 302 Found Location: http://www.example.org/index.php
Запрос http://www.example.com/blog:
GET /blog HTTP/1.1 Host: www.example.com
HTTP/1.1 302 Found Location: /articles/