Android Question localhost url access of asp.net web app

casefox

New Member
Licensed User
Longtime User
Hi Erel,

How can i use my localhost url like "http://localhost/TestApp/" Or "https://192.168.0.103:8888/MyTest/Login" to get/post data

i am getting error "Error: javax.net.ssl.SSLPeerUnverifiedException: No peer certificate" while using the above url for get and post method.

i am able to get data when using live url like "https://myweb.com/Mytest/Login" but its difficult to us that every time deploy the code and check...

Hope you can point me to the right direction.

Thanks
 
Top