proxy user agent
This commit is contained in:
parent
21a9fca745
commit
d3d92332a0
1 changed files with 0 additions and 1 deletions
|
|
@ -113,7 +113,6 @@ app.Use(async (context, next) =>
|
||||||
};
|
};
|
||||||
|
|
||||||
// Add common headers to request message
|
// 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")));
|
message.Headers.Add("Cookie", account.GetCookieContainer().GetCookieHeader(new Uri("https://api.vrchat.cloud")));
|
||||||
|
|
||||||
// Handle request body for methods that support content (POST, PUT, DELETE)
|
// Handle request body for methods that support content (POST, PUT, DELETE)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue