当前位置:网站首页>Solve the problem that the 5+APP real machine test cannot access the background (same local area network)
Solve the problem that the 5+APP real machine test cannot access the background (same local area network)
2022-08-02 04:06:00 【Gawk papa】
项目描述
客户端,基于H5Plus使用MUI框架开发的APP,The operating environment is the real machine test of Xiaomi mobile phone.
服务端,使用SpringBoot搭建的项目,运行环境为SpringBoot内置Tomcat,部署端口为8090.
问题分析
电脑和手机连接同一个WiFi,The phone clicks the button,触发Ajax请求,Can't access deployed on laptopSpringBoot后台.
原Ajax请求地址,使用的是localhost,打开电脑cmd窗口,输入ipconfigInquire about the computeripv4地址,修改localhostFor the computer private networkIP.
mui.ajax("http://192.168.1.215:8090/coding/send",{
data:{
user:telephone.value,
},
dataType:'json',//服务器返回json格式数据
type:'post',//HTTP请求类型
timeout:10000,//超时时间设置为10秒;
headers:{
'Content-Type':'application/x-www-form-urlencoded'},
注: The best way here,is written aloneIP配置文件,This way you only need to change the configuration file each timeIP就可以了.
After updating the mobile phone code,重试Ajax请求.Still unable to communicate with the background,Ajax返回abort错误,此时防火墙已经关闭.
Turn on what the phone is connected toWiFi设置,Find the phone at this timeIP地址,在电脑的cmd窗口中ping一下,可以ping通,But just can't access the backend,The packet capture tool did not catch any packets.

此时,Both the mobile phone and the computer are in the same local area network,The firewall is not blocking the request,Tencent Computer Manager has been closed.继续在cmd窗口使用netstat -na查看TCP的192.168.1.215:8090Whether there is a connection status,并没有找到8090端口的TCP连接.
原因分析
It is found by querying that the router has oneAP隔离模式,Because the router is not my home,So it is impossible to determine whether the route is enabledAP隔离模式,But the real machine test results andAPIsolation is very similar.
APIsolation is a routing pattern.APIsolation refers to after opening,The individual connected devices cannot communicate with each other,起到隔离的作用,to ensure the safety of different users.《详细见 百度百科AP隔离》
解决方案
方案 1(极不推荐) Break the condition that the mobile phone and the computer are in the same local area network,使用NAT做内网穿透,Mobile phones and computers can be in different local areas,You can directly access the background in the public network,Haven't tried this approach,个人觉得比较麻烦.
方案 2(推荐) 在上述问题的基础上(Connect your phone and computer to the same oneWiFi路由器上,constituted in the same LAN condition),如果有条件,Try turning off the routerAP隔离.
方案 3(推荐) Turn on the mobile hotspot on the computer,The mobile phone is connected to the hotspot in the same LAN condition.
方案 4(推荐) Turn on the mobile hotspot on your phone,The computer is connected to the hotspot in the same LAN condition.
注: Every option hereIP地址都不一样.
All programs need to pay attention to the following points:
- Turn off the computer firewall or add inbound rules in the control panel
- Ajax请求IPThe address needs to be changed to that of the current computerIP地址
- 修改完了IP,Don't forget to sync to your Android phone
如果连接成功,使用netstat -anYes, mobile phones and computers can be found8090one of the portsTCP连接的;同时,在SpringBootThe background will also record.
边栏推荐
- OPENSSL基本实验以及OPENSSL详解
- Sensitive information leakage
- Kali install IDEA
- 账务处理程序、记账凭证账务处理程序、汇总记账凭证账务处理程序、科目汇总表账务处理程序、会计信息化概述、信息化环境下会计账务处理的基本要求(此章出1道小题)
- 【泰山众筹】模式为什么一直都这么火热?是有原因的
- Phonebook
- (4) 函数、Bug、类与对象、封装、继承、多态、拷贝
- CTF入门笔记之SQL注入
- [sebastian/diff] A historical change extension library for comparing two texts
- Phonebook
猜你喜欢

链动2+1模式开发系统

hackmyvm-hopper预排

File upload vulnerability

Google Hacking

SQL注入(7)

hackmyvm-hopper walkthrough

Praying: 1 vulnhub walkthrough

How to calculate the distance between two points on the earth (with formula derivation)

动力:2 vulnhub预排

ES6 array extension methods map, filter, reduce, fill and array traversal for…in for…of arr.forEach
随机推荐
hackmyvm-random walkthrough
The shooting range that web penetration must play - DVWA shooting range 1 (centos8.2+phpstudy installation environment)
(1) print()函数、转义字符、二进制与字符编码 、变量、数据类型、input()函数、运算符
CTF入门之md5
The focus of the Dom implementation input triggers
By figure, a (complete code at the end)
A code audit notes (CVE - 2018-12613 phpmyadmin file contains loopholes)
阿里云MySQL5.7安装以及部分主要问题(总和)
Alfa: 1 vulnhub walkthrough
Turn trendsoft/capital amount of Chinese capital library
v-bind usage: class dynamic binding object array style style and function method
利用cookie获取admin权限 CTF基础题
redis未授权访问(4-unacc)
学IT,找工作——移除链表元素
重点考:从债劵的角度来看交易性金融资产
(1) introduction to Thinkphp6, installation view, template rendering, variable assignment
CSRF (Cross Site Request Forgery)
hackmyvm-hopper预排
File upload vulnerability
c语言用栈实现计算中缀表达式