lightfiretw
Results
1
issues of
lightfiretw
When trying to change the request URI for socket requests, the requests URI doesn't change. Code ``` private async Task OnRequest(object sender, SessionEventArgs e) { e.HttpClient.Request.RequestUri = new Uri("https://mywebsite.com/?socket=" +...