Slide 3
Slide 3 text
# curl -I https://slash1.azurewebsites.net/folder
HTTP/1.1 301 Moved Permanently
Content-Length: 163
Content-Type: text/html; charset=UTF-8
Location: https://slash1.azurewebsites.net/folder/
Server: Microsoft-IIS/10.0
X-Powered-By: ASP.NET
# curl -I https://slash1.azurewebsites.net/folder/
HTTP/1.1 200 OK
Content-Length: 0
Content-Type: text/html
Accept-Ranges: bytes
ETag: W/"8c40f6f16ab0d71:0"
Server: Microsoft-IIS/10.0
X-Powered-By: ASP.NET
一部省略
一部省略