How to access localhost websites through http request from blackberry simulator?
Posted
by SIA
on Stack Overflow
See other posts from Stack Overflow
or by SIA
Published on 2010-03-11T18:26:09Z
Indexed on
2010/03/11
18:29 UTC
Read the original article
Hit count: 1059
Hi Everybody
I am developing a blackberry application and i wanted to access the websites from my localhost( local machine). I am running the application on blackberry simulator 8350.
From my code i can browse request any website from internet and i am getting the response.
When i am trying to give the url as localhost:8080/portal/index.php, its displaying me a erro message
HTTP Error 404 description The requested resource (/portal/index.php) is not available.
I am running my apache webserver on port 8080 over windows.
How can i access my local machine website from blackberry simulator?
Please help and guide me. Thanks SIA
© Stack Overflow or respective owner