mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
* OGP GET, look for Accept header application/llsd+xml with an optional ?q=
This commit is contained in:
@@ -394,7 +394,7 @@ namespace OpenSim.Framework.Servers
|
||||
{
|
||||
foreach (string strAccept in request.AcceptTypes)
|
||||
{
|
||||
if (strAccept == "application/llsd+xml")
|
||||
if (strAccept.Contains("application/llsd+xml"))
|
||||
{
|
||||
HandleLLSDRequests(request, response);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user