Protecting Data Feed for iPhone App
Posted
by Chris
on Stack Overflow
See other posts from Stack Overflow
or by Chris
Published on 2010-03-25T16:19:30Z
Indexed on
2010/03/25
16:23 UTC
Read the original article
Hit count: 417
I am creating an App that pulls data from a file on my server. That file gets data from my database, based on GET values that are passed through the URL.
I would like to keep this feed closed - that is, I don't want people finding the datasource and reading the data on their own. I considered sending an alphanumeric id along with the url string, but if they can find the URL that I am calling, then there won't be anything preventing them from grabbing that alphanumeric id also.
I am looking for any ideas or experiences that might help me here.
Thanks.
© Stack Overflow or respective owner