OpenBullet2 icon indicating copy to clipboard operation
OpenBullet2 copied to clipboard

[Bug]: System.NET Requests prints response when is unchecked

Open mastercho opened this issue 3 years ago • 0 comments

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

mastercho avatar Jun 27 '22 22:06 mastercho