* OGP GET, look for Accept header application/llsd+xml with an optional ?q=
parent
32a98c3f87
commit
0651efaafa
|
@ -394,7 +394,7 @@ namespace OpenSim.Framework.Servers
|
||||||
{
|
{
|
||||||
foreach (string strAccept in request.AcceptTypes)
|
foreach (string strAccept in request.AcceptTypes)
|
||||||
{
|
{
|
||||||
if (strAccept == "application/llsd+xml")
|
if (strAccept.Contains("application/llsd+xml"))
|
||||||
{
|
{
|
||||||
HandleLLSDRequests(request, response);
|
HandleLLSDRequests(request, response);
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in New Issue