Skip to content

issues Search Results · repo:h2non/toxy language:JavaScript

Filter by

52 results
 (60 ms)

52 results

inh2non/toxy (press backspace or delete to remove)

I can t seem to get anywhere with the timeout poison: `var toxy = require( toxy ) var poisons = toxy.poisons var rules = toxy.rules // Create a new toxy proxy const proxy = toxy({ forwardHost: true, }) ...
  • andyhush-athena
  • Opened 
    on Dec 30, 2022
  • #69

This example https://github.com/h2non/toxy/blob/master/examples/bandwidth-limit.js or even this simple code: const toxy = require( toxy ) const http = require( http ); const proxy = toxy() const rules ...
question
  • mifi
  • 4
  • Opened 
    on Feb 17, 2022
  • #68

Can toxy be used as a web browser proxy (to test some page loading behaviour with low connection speed)? Or is this package not suitable for such use case? Thank you!
  • Anton-Evstigneev
  • 1
  • Opened 
    on Sep 23, 2019
  • #66

We want to use toxy behind a corporate proxy for resilience testing of our client for a REST service provided by another institution. We can only access the service through the proxy server of our institute. ...
  • jgerken
  • Opened 
    on May 29, 2019
  • #65

I would like to use single toxy instance to throttle many different APIs. I am trying to set up following: proxy.all( /papyrus ) .forward( https://server1 ) .poison(poisons.latency({ min: 50, ...
question
  • AAverin
  • 1
  • Opened 
    on Aug 1, 2018
  • #62

I would like to use single toxy instance to throttle many different APIs. I am trying to set up following: proxy.all( /papyrus ) .forward( https://server1 ) .poison(poisons.latency({ min: 50, ...
  • AAverin
  • Opened 
    on Aug 1, 2018
  • #61

Is there a way I can channel my entire network traffic via toxy, just like the way we do it with tools like charles? Currently, I m able to forward traffic from certain URL s via toxy and apply poisons ...
  • ezhiljohnson7
  • Opened 
    on Jul 11, 2018
  • #60

Hi Team, Is it possible that I can throttle network on my iOS app or specific URL? Please help me to understand this, what are the things required for this if possible. Thanks
question
  • amit1990sumit
  • 11
  • Opened 
    on Jun 14, 2018
  • #59

Ok, I admit it, I m totally pimping my PR: (https://github.com/h2non/toxy/pull/57)
  • twinforces
  • 1
  • Opened 
    on May 10, 2018
  • #58

I m experiencing that I m unable to delete outgoing poisons after adding them via the HTTP API. I added an outgoing latency poison to a route via the HTTP API, resulting in the call to GET /servers/882/routes/20e/poisons ...
  • cdauphinee
  • 1
  • Opened 
    on Feb 2, 2018
  • #56
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub