Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- G:\OpenResty\OpenResty11782\x86>curl -v -H "Host: admin.domainname.com" "http://127.0.0.1/slug"
- * Trying 127.0.0.1...
- * TCP_NODELAY set
- * Connected to 127.0.0.1 (127.0.0.1) port 80 (#0)
- > GET /slug HTTP/1.1
- > Host: admin.domainname.com
- > User-Agent: curl/7.62.0
- > Accept: */*
- >
- < HTTP/1.1 301 Moved Permanently
- < Server: openresty/1.17.8.2
- < Date: Wed, 08 Sep 2021 15:52:47 GMT
- < Content-Type: text/html
- < Content-Length: 175
- < Connection: keep-alive
- < Location: https://www.domainname.com/slug
- <
- <html>
- <head><title>301 Moved Permanently</title></head>
- <body>
- <center><h1>301 Moved Permanently</h1></center>
- <hr><center>openresty/1.17.8.2</center>
- </body>
- </html>
- * Connection #0 to host 127.0.0.1 left intact
- G:\OpenResty\OpenResty11782\x86>curl -v -H "Host: admin.domainname.com" "http://127.0.0.1/wp-admin/slug"
- * Trying 127.0.0.1...
- * TCP_NODELAY set
- * Connected to 127.0.0.1 (127.0.0.1) port 80 (#0)
- > GET /wp-admin/slug HTTP/1.1
- > Host: admin.domainname.com
- > User-Agent: curl/7.62.0
- > Accept: */*
- >
- < HTTP/1.1 200 OK
- < Server: openresty/1.17.8.2
- < Date: Wed, 08 Sep 2021 15:53:10 GMT
- < Content-Type: application/octet-stream
- < Transfer-Encoding: chunked
- < Connection: keep-alive
- <
- URL is http://admin.domainname.com/wp-admin/slug
- * Connection #0 to host 127.0.0.1 left intact
- G:\OpenResty\OpenResty11782\x86>curl -v -H "Host: www.domainname.com" "http://127.0.0.1/wp-admin/slug"
- * Trying 127.0.0.1...
- * TCP_NODELAY set
- * Connected to 127.0.0.1 (127.0.0.1) port 80 (#0)
- > GET /wp-admin/slug HTTP/1.1
- > Host: www.domainname.com
- > User-Agent: curl/7.62.0
- > Accept: */*
- >
- < HTTP/1.1 200 OK
- < Server: openresty/1.17.8.2
- < Date: Wed, 08 Sep 2021 15:53:21 GMT
- < Content-Type: application/octet-stream
- < Transfer-Encoding: chunked
- < Connection: keep-alive
- <
- URL is http://www.domainname.com/wp-admin/slug
- * Connection #0 to host 127.0.0.1 left intact
- G:\OpenResty\OpenResty11782\x86>curl -v -H "Host: www.domainname.com" "http://127.0.0.1/slug"
- * Trying 127.0.0.1...
- * TCP_NODELAY set
- * Connected to 127.0.0.1 (127.0.0.1) port 80 (#0)
- > GET /slug HTTP/1.1
- > Host: www.domainname.com
- > User-Agent: curl/7.62.0
- > Accept: */*
- >
- < HTTP/1.1 200 OK
- < Server: openresty/1.17.8.2
- < Date: Wed, 08 Sep 2021 15:53:28 GMT
- < Content-Type: application/octet-stream
- < Transfer-Encoding: chunked
- < Connection: keep-alive
- <
- URL is http://www.domainname.com/slug
- * Connection #0 to host 127.0.0.1 left intact
Advertisement
Add Comment
Please, Sign In to add comment