java.net.ConnectException: Failed to connect to localhost/127.0.0.1

Use okhttp to access the local host and report an error

java.net.ConnectException: Failed to connect to localhost/127.0.0.1

Solution:
use the local ip instead of 127.0.0.1/localhost

Insert picture description here

Guess you like

Origin blog.csdn.net/rj2017211811/article/details/106993749