WWW interface use which protocol?HTTP?

Thanks!

2 Answers

2

Yes that’s right

If i may quote the documentation of WWW since it should be the first place to look for an answer:

Note: http://, https:// and file://
protocols are supported on iPhone.
ftp:// protocol support is limited to
anonymous downloads only. Other
protocols are not supported.

The WWW class can be used to send both
GET and POST requests to the server.
The WWW class will use GET by default
and POST if you supply a postData
parameter.