Git Product home page Git Product logo

powerbox-http-proxy's People

Contributors

abliss avatar garrison avatar ocdtrekkie avatar zenhack avatar

Stargazers

 avatar

Watchers

 avatar  avatar

powerbox-http-proxy's Issues

Don't retry the same endpoint many times in a single session

This could be handled at the platform level but could also probably be handled by the proxy: Sometimes an app like WordPress tries to talk to the same endpoint in several subsequent page loads. I may not want to lose the option by entering an invalid endpoint (see #1), but I shouldn't get endlessly spammed by requests for the same thing.

I propose the proxy should temporarily remember what endpoints it has requested and not gotten a capability for, and for the rest of the grain session should not re-request it. A user could restart the grain if they need access to something they've already rejected.

Add fields to cert to avoid warnings (that show up on python urllib3)

For Desert Atlas I disable urllib3 warnings to keep it from spamming the logs:

https://github.com/orblivion/desert-atlas/blob/3f8a5d0da9222258022a387ded313fc3e95ea5c8/server.py#L11

I actually tried to fix this at one point and couldn't quite figure it out. But iirc the cert is missing certain fields or something. To reproduce it just use urllib3 with powerbox proxy and it'll tell you more specifically what it was, and/or you can look up the warning message.

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.