- Home /
WWW interface use which protocol?HTTP?
Thanks!
Comment
Answer by Bunny83 · Oct 13, 2011 at 01:01 AM
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.
Your answer
Follow this Question
Related Questions
Upload large files 0 Answers
Unable to call external API (IBM Watson) via HTTP request? 1 Answer
Is System.Net.HttpWebRequest supported on Android/iOS 1 Answer
WWW.uploadProgress doesn't work on iOS 0 Answers
http request over an https webgl 1 Answer