Ignore:
Timestamp:
Aug 19, 2023, 9:44:10 PM (15 months ago)
Author:
alloc
Message:

21.1.16.4 Release
Webserver forces query parameter decoding to use UTF-8
All mods built with portable debugging symbols

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TFP-WebServer/WebServer/src/Web.cs

    r459 r469  
    33using System.IO;
    44using System.Net.Sockets;
     5using System.Text;
    56using SpaceWizards.HttpListener;
    67using UnityEngine;
     
    235236                                }
    236237
     238                                request.ContentEncoding = Encoding.UTF8;
    237239                                RequestContext context = new RequestContext (requestPath, request, response, conn, permissionLevel);
    238240
Note: See TracChangeset for help on using the changeset viewer.