Blank installNotifyURI in OMA Download Descriptors
Posted
by joynes
on Stack Overflow
See other posts from Stack Overflow
or by joynes
Published on 2010-02-11T15:43:14Z
Indexed on
2010/03/17
12:01 UTC
Read the original article
Hit count: 363
People can download content (music, images) for their mobile from my server.
Im trying to use the installNotifyURI-tag of the download descriptors specified by OMA, to be able to find out if the download has been successful.
When the user has downloaded the item I do get a POST to the url I specified in the installNotifyURI-tag.
<installNotifyURI>http://joynes.se/mytest.php</installNotifyURI>
Although I never get any status code. The POST is just blank. Anyone who knows about this problem?
/Br Johannes
© Stack Overflow or respective owner