HTTP Server Set up in WIndown XP
am 24.01.2008 07:16:05 von promodkumarsinha
Hi,
I want to set up HTTP web server in my Windows XP PC and also I want
to perform different HTTP operations like GET/PUT/POST/DELETE through
GPRS,GSM and UART.
I have used Apache Tomcat, Windows IIS service and HFS.exe utility. I
was able to set up the server and were able to access that server
using Internet Explorer. But when I am trying to access the same
server from my Mobile either using GPRS or GSM or UART I am facing
problem. I am getting standard HTTP errors like "Forbidden", "Page Not
Found" etc. Sometime while an attempt is made to GET a web page that I
have created, though I am getting "OK" response but not able to
perform any HTTP operations.
Can anyone help regarding this? If anyone knows any other utility
which can be used for the same purpose please provide me some pointer.
Re: HTTP Server Set up in WIndown XP
am 24.01.2008 10:10:29 von Anthony Jones
wrote in message
news:278819f7-b522-410a-9b3b-ea231d38a4df@e6g2000prf.googleg roups.com...
> Hi,
>
> I want to set up HTTP web server in my Windows XP PC and also I want
> to perform different HTTP operations like GET/PUT/POST/DELETE through
> GPRS,GSM and UART.
>
> I have used Apache Tomcat, Windows IIS service and HFS.exe utility. I
> was able to set up the server and were able to access that server
> using Internet Explorer. But when I am trying to access the same
> server from my Mobile either using GPRS or GSM or UART I am facing
> problem. I am getting standard HTTP errors like "Forbidden", "Page Not
> Found" etc. Sometime while an attempt is made to GET a web page that I
> have created, though I am getting "OK" response but not able to
> perform any HTTP operations.
>
> Can anyone help regarding this? If anyone knows any other utility
> which can be used for the same purpose please provide me some pointer.
>
Have you checked the anonymous user has read access to the web sites content
files.
--
Anthony Jones - MVP ASP/ASP.NET
Re: HTTP Server Set up in WIndown XP
am 24.01.2008 18:46:31 von Kristofer Gafvert
Hello,
I am not sure i understand. HTTP does not really matter how the packets are
transmitted. I often connect using GPRS on my laptop and i have no problems
using HTTP or any other Internet related applications. You are mixing
Internet Explorer, which is an application, with GPRS which is a way to
transfer data. It's like comparing apples with bananas.
Do you maybe try to use WAP on your mobile?
What are the HTTP commands you send? Can you send the same commands using
something like WFetch on a standard Internet connection?
To be honest, i don't understand what you are trying to do.
--
Regards,
Kristofer Gafvert
http://www.gafvert.info/iis/ - IIS Related Info
skrev i meddelandet
news:278819f7-b522-410a-9b3b-ea231d38a4df@e6g2000prf.googleg roups.com...
> Hi,
>
> I want to set up HTTP web server in my Windows XP PC and also I want
> to perform different HTTP operations like GET/PUT/POST/DELETE through
> GPRS,GSM and UART.
>
> I have used Apache Tomcat, Windows IIS service and HFS.exe utility. I
> was able to set up the server and were able to access that server
> using Internet Explorer. But when I am trying to access the same
> server from my Mobile either using GPRS or GSM or UART I am facing
> problem. I am getting standard HTTP errors like "Forbidden", "Page Not
> Found" etc. Sometime while an attempt is made to GET a web page that I
> have created, though I am getting "OK" response but not able to
> perform any HTTP operations.
>
> Can anyone help regarding this? If anyone knows any other utility
> which can be used for the same purpose please provide me some pointer.
>