I am new to HTTP connection stuff. Can anybody tell me how to place a simple request like to fetch an image from a server and getting the response. What are all required to do the same? Please tell me APIs to use also.
I am new to HTTP connection stuff. Can anybody tell me how to place a simple request like to fetch an image from a server and getting the response. What are all required to do the same? Please tell me APIs to use also.
It is easy but you need to issue a few HTTP request trough your PC's browser.
Try this one first:
GET /info/sw.nokia.com/id/458604da-e7fc-4d4e-92ee-3ce8a1e68a86/S60_Platform_HTTP_Client_API_Example.html HTTP/1.1
For more you can try: http://www.forum.nokia.com/search/?k...s=HTPP+example
-- Lucian
Download HTTP client example from forum nokia to see the basic things