Android Question CONNECT TO IP ADDRESS

RockSmoke

Member
hello everyone. I want to connect to my local http server. When I do it with webview, I can't connect to the server because it puts "http://" in front of it. how can I do
 

DonManfred

Expert
Licensed User
Longtime User
local on sight of android is the android device itself.
You are running a http server on your android?

How are you connecting to your http server? a http server must be called by http-protocol.
http:// or https:// is the way to go.

You can communicate to any http server using okhttputils2.
 
Upvote 0
Top