The CGI script can return a URI path and query-string
('local-pathquery') for a local resource in a Location header field.
This indicates to the server that it should reprocess the request
using the path specified.
local-redir-response = local-Location NL
The script MUST NOT return any other header fields or a message-body,
and the server MUST generate the response that it would have produced
in response to a request containing the URL
scheme "://" server-name ":" server-port local-pathquery
태스크
[x] cgi 설정한 권한 확인 필요 -> get | head 요청에도 cgi 동작 하는 중
-> cgi_uri로 location_info 할당되어 권한 잘 따라가는 중
내용
https://www.rfc-editor.org/rfc/rfc3875#section-6.2.2 6.2.2. Local Redirect Response
태스크
-> cgi_uri로 location_info 할당되어 권한 잘 따라가는 중cgi 설정한 권한 확인 필요
-> get | head 요청에도 cgi 동작 하는 중