I need download some html content (pages) made for iphone (or mobile devices) using delphi from a desktop application. for example i wanna download the twitter page for iphone which look like this .

but I don’t know how retrieve such pages (mobile editions), currently i using the TIdHttp component.
Do you need set the user agent string of your component to retrieve such pages. for the
TIdHttpcomponent you must set theRequest.UserAgentproperty to a validiPhoneuser agent string.see this sample