OpenBullet2
OpenBullet2 copied to clipboard
[Bug]: System.NET Requests prints response when is unchecked
Version of the software
0.2.4
Operating system
Windows 10
Browser / Native
Chrome 102.0.5005.115
What happened?
if select http lib SystemNet and untick Read Response Content, it's still reads and prints response
Relevant LoliCode if needed
BLOCK:HttpRequest
url = "https://dnslytics.com/login"
readResponseContent = False
httpLibrary = SystemNet
httpVersion = "2.0"
TYPE:STANDARD
$""
"application/x-www-form-urlencoded"
ENDBLOCK