auxone
08-09-2008, 03:03 PM
Hey, guys. Me again.
I am a little shaky on what exactly happens during an HTTP transfer. Basically, I am trying to get a phone to communicate with my webserver on a PHP page but I am not sure of the phones capabilities. I know the phone can POST and GET to and from my site, that is basically built into any smartphone. During both operations the phone is the 'active' participant, so to say.
The confusion comes with I try to envision how I can send things to the phone, without asking it to be the active participant and GET the info. I want to PUT it there. Have any of you guys heard of PUTing to a phone, or do I have to GET it everytime? I guess it feels weird to me because I have no idea what type of URI a phone would have, or how to PUT to it without it first making the connection by asking for something.
Maybe I just can't think in these terms. Thanks!
I am a little shaky on what exactly happens during an HTTP transfer. Basically, I am trying to get a phone to communicate with my webserver on a PHP page but I am not sure of the phones capabilities. I know the phone can POST and GET to and from my site, that is basically built into any smartphone. During both operations the phone is the 'active' participant, so to say.
The confusion comes with I try to envision how I can send things to the phone, without asking it to be the active participant and GET the info. I want to PUT it there. Have any of you guys heard of PUTing to a phone, or do I have to GET it everytime? I guess it feels weird to me because I have no idea what type of URI a phone would have, or how to PUT to it without it first making the connection by asking for something.
Maybe I just can't think in these terms. Thanks!