-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmolbio.wisc.edu.t
40 lines (27 loc) · 1.1 KB
/
molbio.wisc.edu.t
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Check IP address:
$ host molbio.wisc.edu
molbio.wisc.edu has address 144.92.48.137
molbio.wisc.edu mail is handled by 0 mail.bocklabs.wisc.edu.
$ host www.molbio.wisc.edu
www.molbio.wisc.edu has address 144.92.48.137
Check www redirect:
$ curl -Is http://www.molbio.wisc.edu | grep '^\(HTTP\|Location\)'
HTTP/1.1 301 Moved Permanently
Location: https://molbio.wisc.edu/
Check HTTP-to-HTTPS redirect:
$ curl -Is http://molbio.wisc.edu/.hello | grep '^\(HTTP\|Location\)'
HTTP/1.1 301 Moved Permanently
Location: https://molbio.wisc.edu/.hello
Check hello access:
$ curl -s https://molbio.wisc.edu/.hello
molbio.wisc.edu on himalayan
Check blanket redirect:
$ curl -Is https://molbio.wisc.edu/ | grep '^\(HTTP\|Location\)'
HTTP/1.1 301 Moved Permanently
Location: https://cellimaging.wisc.edu
$ curl -Is https://molbio.wisc.edu/foo | grep '^\(HTTP\|Location\)'
HTTP/1.1 301 Moved Permanently
Location: https://cellimaging.wisc.edu
$ curl -Is https://molbio.wisc.edu/job/foo | grep '^\(HTTP\|Location\)'
HTTP/1.1 301 Moved Permanently
Location: https://cellimaging.wisc.edu