wget --no-cookie --header "Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F"
|
2.如果出现Unable to establish SSL connection的话,在wget后面加上--no-check-certificate.
wget --no-check-certificate --no-cookie --header "Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F"
|