There is a Linux computer which is a web server , and I want to make a HttpConnection to it through the Connector.open method. So if the IP address of the web-server is 192.168.1.123 how to make the HttpConnection ?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Connection is made by following:
in the above statements url is the url of the service/web,etc.It includes the server ip address , web app name,port,etc.
Thanks & Regards,