.htaccess文件中有多个具有不同域的URL,用于重定向到较新的URL。我要处理所有这些URL,并要使用以下语法导出列表:
Input URL Response: HTTP-Status and Target Location
https://www.domain.tld/my/url/ 301 https://www.domain.tld/the/new/url
https://www.domain.tld/my/other/url/ 302 https://www.domain.tld/the/other/new/url
...
无法批量导出每个请求项的每个响应