域名訪問和ip訪問引起的http 403問題
最近遇到了典型的http 403, 來看看:
ubuntu@VM-0-13-ubuntu:~$ curl http://blog.csdn.net | head -n 10
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<script src='/js/tingyun-rum.js?1511847956' type='text/javascript'></script>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<title>CSDN首页-å…¨çƒæœ€å¤§ä¸æ–‡IT社区</title>
100 9675 0 9675 0 0 17920 0 --:--:-- --:--:-- --:--:-- 17949
curl: (23) Failed writing body (2613 != 2842)
ubuntu@VM-0-13-ubuntu:~$
ubuntu@VM-0-13-ubuntu:~$
ubuntu@VM-0-13-ubuntu:~$
ubuntu@VM-0-13-ubuntu:~$
ubuntu@VM-0-13-ubuntu:~$
ubuntu@VM-0-13-ubuntu:~$
ubuntu@VM-0-13-ubuntu:~$
ubuntu@VM-0-13-ubuntu:~$
ubuntu@VM-0-13-ubuntu:~$ ping blog.csdn.net
PING blog.csdn.net (47.95.165.112) 56(84) bytes of data.
64 bytes from 47.95.165.112: icmp_seq=1 ttl=33 time=41.3 ms
64 bytes from 47.95.165.112: icmp_seq=2 ttl=33 time=41.3 ms
64 bytes from 47.95.165.112: icmp_seq=3 ttl=33 time=41.2 ms
^C
--- blog.csdn.net ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2003ms
rtt min/avg/max/mdev = 41.272/41.300/41.327/0.022 ms
ubuntu@VM-0-13-ubuntu:~$ ^C
ubuntu@VM-0-13-ubuntu:~$
ubuntu@VM-0-13-ubuntu:~$
ubuntu@VM-0-13-ubuntu:~$
ubuntu@VM-0-13-ubuntu:~$
ubuntu@VM-0-13-ubuntu:~$
ubuntu@VM-0-13-ubuntu:~$
ubuntu@VM-0-13-ubuntu:~$
ubuntu@VM-0-13-ubuntu:~$ curl http://47.95.165.112 | head -n 10
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 162 100 162 0 0 1950 0 --:--:-- --:--:-- --:--:-- 1975
<html>
<head><title>403 Forbidden</title></head>
<body bgcolor="white">
<center><h1>403 Forbidden</h1></center>
<hr><center>nginx</center>
</body>
</html>
ubuntu@VM-0-13-ubuntu:~$
ubuntu@VM-0-13-ubuntu:~$
ubuntu@VM-0-13-ubuntu:~$
可見, 能用域名訪問, 但不一定能用ip訪問, 看到那個http 403沒, Forbidden了。
相關文章
- IP頁面訪問域名介面問題
- 解決圖片訪問403 Forbidden問題ORB
- 訪問 SAP 電商雲 Storefront 時遇到的 HTTP 403 錯誤HTTP
- Nginx配置域名同時支援 https 和 http 訪問NginxHTTP
- 如何解決網站限制IP訪問的問題網站
- WebService 訪問問題Web
- .htaccess IP訪問限制
- oracle 限定ip訪問Oracle
- springboot 訪問上傳頁面因csrf出現403的問題Spring Boot
- linux安全篇:禁止頻繁訪問的ip訪問nginxLinuxNginx
- Nginx訪問控制_IP訪問控制(http_access_module)原理、侷限性、解決方法講解NginxHTTP
- linux 無法訪問域名Linux
- postgres_fdw 無法通過域名 訪問外部表問題
- 教你如何處理Nginx禁止ip加埠訪問的問題Nginx
- HTTP之訪問控制「CORS」HTTPCORS
- PostgreSQL IP地址訪問配置SQL
- nginx限制ip訪問(轉)Nginx
- Windows限制訪問指定IPWindows
- python訪問redis的問題PythonRedis
- MySQL訪問受限的問題分析MySql
- docker 部署 Laravel 上線訪問 403 記錄DockerLaravel
- Hessian HTTP POST訪問時,Nginx返回411問題HTTPNginx
- jboss設定web應用的訪問路徑,即直接域名+埠訪問Web
- 寶塔 ftp訪問不了的問題 filezilla訪問不了Purefpt服務FTP
- nginx域名訪問的白名單配置梳理Nginx
- Docker構建的tomcat工程上傳檔案,訪問報403許可權問題DockerTomcat
- 解決github訪問慢的問題Github
- 解決 github 訪問不了的問題Github
- jboss訪問資料庫的問題資料庫
- 模擬ip訪問(附模擬手機訪問)遠端地址
- grpc提供http訪問方式RPCHTTP
- destoonphp中如何禁止IP訪問PHP
- 9000埠使用ip不能訪問
- 限定client端IP訪問oracle!clientOracle
- 限定client段ip訪問oracle!clientOracle
- elasticsearch,http://ip:9200訪問不到的解決辦法ElasticsearchHTTP
- Oracle EBS DMZ區訪問問題Oracle
- 檔案和目錄的訪問控制(2)新增訪問控制