requestly-proxy icon indicating copy to clipboard operation
requestly-proxy copied to clipboard

Results 8 requestly-proxy issues
Sort by recently updated
recently updated
newest added

when test with rule, console report DOMParser is not defined. So can requestly-proxy work with node?

fixes: https://github.com/requestly/requestly-desktop-app/issues/71 Also adds the following improvements: - makes sure that the logs are now built from `ctx.rq.original_request` and not `ctx.clientToProxyRequest` - improves the `getQueryParamsMap` by using the `qs` module...

Porting changes from https://github.com/requestly/requestly/pull/1386 Also bumps the version of the package

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade @sentry/browser from 6.19.6 to 6.19.7. :information_source: Keep your dependencies up-to-date....

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade @requestly/requestly-core from 1.0.3 to 1.0.4. :information_source: Keep your dependencies up-to-date....

- sets the `_originalUrl_` attribute on ctx - updates logger code to send port in case of local and non-http port Does not need updated in desktop consumer or UI....

Hey! I would like to run this locally, how can I achieve that? I tried the `npm install` and `npm run dev` and I received: ``` var isReactApp = document?.getElementById("root")...