|
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] 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] 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] 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. |

