Git Product home page Git Product logo

Comments (5)

fairy-root avatar fairy-root commented on July 21, 2024 1

Since we can get off with a mere disabling the logger function, I guess there's no need for the implementation of Read Source.

from openbullet2.

openbullet avatar openbullet commented on July 21, 2024

Search in debugger = just use CTRL + F from browser
HTML View is available at the end of every source (with more than 1 line) after a request block, it's intended like this
For proxies see #25
Operation cancelled is because you set the Content-Length header manually, just remove it and it will work

from openbullet2.

beer15 avatar beer15 commented on July 21, 2024

Search in debugger = just use CTRL + F from browser
HTML View is available at the end of every source (with more than 1 line) after a request block, it's intended like this
For proxies see #25
Operation cancelled is because you set the Content-Length header manually, just remove it and it will work

ok thanks i can put some suggestions here ? or i have to make another issue

from openbullet2.

openbullet avatar openbullet commented on July 21, 2024

Please open 1 issue for each thing otherwise it's a mess. We will keep this open to impement the "read response source" checkbox, although I would still like to know the purpose of having that when you can just send a HEAD instead of a GET.

from openbullet2.

openbullet avatar openbullet commented on July 21, 2024

Please let me know why this setting needs to be implemented. I assume it's for when a website sends a massive source, but it can be prevented in 2 ways.
If it's a GET request, just send a HEAD request instead so the server will only send headers and not the source.
Otherwise you can use this snippet, which only disables the log for that specific block (all the variables are set regardless, only the log is not printed)

data.Logger.Enabled = false;
// Your HTTP request block here
data.Logger.Enabled = true;

Please let me know if this setting is essential, and why the 2 alternatives I proposed won't work. Thank you ^_^

from openbullet2.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.