Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

It's possible to block acces from the URL to a certain group? 1

Status
Not open for further replies.

leirehernandez

Programmer
Jan 29, 2010
25
ES
Hello,

I'm integrating a .NET application in Livelink and I don't like that everybody can access this .NET aplication from URL, is there anyway to block acces from the URL to a certain group?

Thank you very much,

Leire Hernández
 
You could permission the Livelink URL object that contains the link, but if someone copies the link then they can get to it directly. You should be able to look at certain elements in the HTTP Request within your .Net code, such as HTTP_REFERRER and REMOTE_USER to get the referring URL and the current user if using Single Sign On to validate who is accessing your URL.

Greg Griffiths
Livelink Certified Developer & ECM Global Star Champion 2005 & 2006
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top