09-23-2011 03:31 PM
I'm testing my web application on BB 5.0 simulators, it seems that every ajax request I attempt is missing the 'Referer' request header. The problem is that the web service I am calling requires it. It is added in the BB 6.0 browser, and every other browser / device I have tested. I am using jquery to submit my ajax requests. Is there any information on how to use an ajax request with a 'referer' request header in BB 5.0.
09-24-2011 07:30 AM
09-26-2011 12:58 PM
Thanks for the reply, however I have discovered that the w3c recommends that the 'Referer' header not be modified through javascript, and have tested that on several browsers, the setRequestHeader() method does not modify the 'Referer' request Header.
http://www.w3.org/TR/XMLHttpRequest/#dom-xmlhttpre
I'm looking for a solution that somehow overrides the blackberry browser's deficiency of not setting the 'Referer' header, any ideas?
01-04-2012 02:52 PM
Hey All,
Has anyone found a way around this?
Thanks in advance