Auris Surface
Registered User
Join date: 7 Jun 2005
Posts: 9
|
08-28-2009 05:29
Hi, question would be how to identify SecondLife environment from which httprequest came ? According to http://wiki.secondlife.com/wiki/LlHTTPRequest i should check X-SecondLife-Shard variable in header, but i don't receive this variable in it. I receive X-SecondLife-Object-Name, X-SecondLife-Object-Key and other SL specific variables, but not shard variable. Any suggestions are welcome 
|
Darien Caldwell
Registered User
Join date: 12 Oct 2006
Posts: 3,127
|
08-28-2009 08:40
From: Auris Surface Hi, question would be how to identify SecondLife environment from which httprequest came ? According to http://wiki.secondlife.com/wiki/LlHTTPRequest i should check X-SecondLife-Shard variable in header, but i don't receive this variable in it. I receive X-SecondLife-Object-Name, X-SecondLife-Object-Key and other SL specific variables, but not shard variable. Any suggestions are welcome  I forget where it was reported, but I recall that the Shard variable was removed some time ago. It's interesting it's still listed in the wiki. Hmmm.
|
Hewee Zetkin
Registered User
Join date: 20 Jul 2006
Posts: 2,702
|
08-28-2009 09:53
Err...I'm still getting it, I think. Otherwise my security filtering would be throwing a fit. Hmm.
|
RobbyRacoon Olmstead
Red warrior is hungry!
Join date: 20 Sep 2006
Posts: 1,821
|
08-28-2009 10:15
From: Hewee Zetkin Err...I'm still getting it, I think. Otherwise my security filtering would be throwing a fit. Hmm. A quick glance at my code would seem to indicate the same thing. My php is checking the value of that header, and should not work at all if it is not present. But now the paranoid part of me is itching to create a sanity-check test case... .
|
Auris Surface
Registered User
Join date: 7 Jun 2005
Posts: 9
|
08-30-2009 23:45
From: Hewee Zetkin Err...I'm still getting it, I think. Otherwise my security filtering would be throwing a fit. Hmm. yes, SL still sends this variable, i didn't get this variable because of workaround in my scripts(played a little bit with redirections  )
|