Hmm, I think this might be a limitation in the IE version of the Player.  When I tried it in Firefox I could see the Referrer be sent, but not in IE.  This might be a known issue, our bugbase is down right now unfortunately so I can’t see.  I tried openinga link with _javascript_ in IE and it wouldn’t send the referrer either, it may be related.

 

Matt

 


From: Ben Hooton [mailto:[EMAIL PROTECTED]
Sent: Tuesday, February 22, 2005 7:46 PM
To: [EMAIL PROTECTED]
Subject: RE: [flexcoders] HTTP_REFERER

 

Yes, the links are in a datagrid whose cellPress event calls a function which uses getURL to launch a new window. The getURL call looks like this:

 

getURL(event.target.selectedItem.link,'_blank');

 


From: Matt Chotin [mailto:[EMAIL PROTECTED]
Sent: Wednesday, 23 February2005 11:05 AM
To: [email protected]
Subject: RE: [flexcoders] HTTP_REFERER

 

How are you accessing those sites?  getURL?  Are you opening a new window or navigating the existing window?

 

Matt

 


From: Ben Hooton [mailto:[EMAIL PROTECTED]
Sent: Tuesday, February 22, 2005 6:42 PM
To: [email protected]
Subject: [flexcoders] HTTP_REFERER

 

Hi flexcoders,

 

I’ve created a flex app which contains a list of links to secure sites which our organisation subscribes to. The sites rely on authenticating visitors via HTTP_REFERER, but this doesn’t seem to be getting set automatically. Is there some way I canset it manually?

 

 

Cheers,

 

Ben.

 

 

 

Reply via email to