|
|
|
[
Permlink
| « Hide
]
Tess Linden added a comment - 21/Aug/08 12:00 PM
oops, wrong bug.
The viewer always receives xml+llsd (the latter type) otherwise it wouldn't be able to process the response.
I tried a number of curl commands with different accept and content types and always got xml+llsd responses: ex. curl -k -H "Accept: application/xml" -H "Content-Type: application/xml" -d "<llsd><map><key>firstname</key><string>Leyla</string><key>lastname</key><string>Linden</string><key>password</key><string>****</string></map></llsd>" https://yak.lindenlab.com/cgi-bin/auth.cgi <?xml version="1.0" ?><llsd><map><key>reason</key><string>ban</string><key>authenticated</key><boolean>false</boolean><key>message</key><string>Second Life Open Grid Beta cannot be accessed if not in Gridnauts inworld group. Please contact OGP team for an invitation ogpb-info@lindenlab.com.</string></map></llsd> Can I have a more detailed description of how you got to the non-xml formatted output or a repro? It looks like it was using curl. The "Second Life Open Grid Beta cannot be accessed if not in Gridnauts inworld group." condition has to be true to reproduce the bug. I made the exact same request (using .NET HttpWebRequest with Content-Type: application/xml) two times, once when that condition was true and once when the condition was false (after I joined the group on the beta grid) and got those two different output formats.
I'm unable to replicate this using two accounts, one enabled for OGP the other not. I'm using curl from the command line on Mac OS X with the same message format as Leyla's comment above.
Still unable to reproduce this.
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||