Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
04/14/08 08:38
Read: times


 
#153241 - You need an HTTP Clinet, then!
Responding to: ???'s previous message
You simmply issue an HTTP GET request for the appropriate resource!

Take a look at this tutrial on HTTP:
http://www.jmarshall.com/easy/http/

In particular, look at the Sample HTTP Exchange and pay attention to the explanatory notes...

Do as the author says:
James Marshall said:
To familiarize yourself with requests and responses, manually experiment with HTTP using telnet.
http://www.jmarshall.com/easy/http/


You also need to have a copy of the HTTP specification to hand:

RFC2616: Hypertext Transfer Protocol -- HTTP/1.1
As an HTML web page: http://www.w3.org/Protocols/rfc2616/rfc2616.html
As a PDF download: http://www.w3.org/Protocols/HTTP/1.1/rfc2616.pdf


List of 7 messages in thread
TopicAuthorDate
How to download text from Text file on website            01/01/70 00:00      
   right click .. save target as            01/01/70 00:00      
      But I need to download it into Micro...            01/01/70 00:00      
         more info ?            01/01/70 00:00      
            Here is the exact requirement            01/01/70 00:00      
         You need an HTTP Clinet, then!            01/01/70 00:00      
            Thanks .. that's what I was looking for.            01/01/70 00:00      

Back to Subject List