my banner cant log by client , when i use iphone app to wrap a banner.
my case is, i have a iphone app with a webpage that contain a banner, when ppl click the banner, it will go to a php script and then redirect to client site, but in client site or the php script, i cant find any referer from fiddler, thus i figure out that iphone apps do not have any referer, since it is not browser
Is there any way to use php to make a fake referer , and then redirect to my target url with the fake referer?
my frd suggest me to use proxy server, is it possible?