Re: Application Authentication....
Re: Application Authentication....
- Subject: Re: Application Authentication....
- From: Kevin Wojniak <email@hidden>
- Date: Sat, 22 Nov 2003 23:40:20 -0800
If you are using CURLHandle (
http://curlhandle.sourceforge.net) you can
set your own user agent using
- (void)setUserAgent:(NSString *)inUserAgent
So you could set the user agent to be like your app name or something
funky and then have your PHP check the user agent and make sure it
matches.
Kevin
On Nov 22, 2003, at 8:26 PM, Chewtoy wrote:
My application communicates with a php script on my server what would
be a good way to authenticate that the calls are in fact coming from
my software?
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
_______________
www.kainjow.com
aim: kainjow1
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.