proxy user agent

This commit is contained in:
Lillith Fox 2024-12-10 18:04:50 -05:00
parent 21a9fca745
commit d3d92332a0

View file

@ -113,7 +113,6 @@ app.Use(async (context, next) =>
};
// Add common headers to request message
message.Headers.Add("User-Agent", UserAgent);
message.Headers.Add("Cookie", account.GetCookieContainer().GetCookieHeader(new Uri("https://api.vrchat.cloud")));
// Handle request body for methods that support content (POST, PUT, DELETE)