Cuadrix / puppeteer-page-proxy

Additional module to use with 'puppeteer' for setting proxies per page basis.
423 stars 99 forks source link

Solution to Request already Handled Issue - #89 #94

Open hafizsheetab opened 1 year ago

hafizsheetab commented 1 year ago

If puppeteer is used with other plugins the it gives an error Request Already Handled. This solution will check if the request is handled by some other handler or not if handled then no abort If puppeteer is used with other plugins the it gives an error Request Already Handled. This solution will check if the request is handled by some other handler or not if handled then no abort. It is related to an open issue #89 and closed issues #71 #46