You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Newman Version (can be found via newman -v): 5.3.2
OS details (type, version, and architecture): Mac OS 12.2.1, Win 10 x64
Are you using Newman as a library, or via the CLI? Lib
Did you encounter this recently, or has this bug always been there: Always been there
Expected behaviour: The newman command should have be configurable to use the system proxy not for specified urls
Command / script used to run Newman: newman.run
Steps to reproduce the problem:
Use newman in a node application
Setup a small local proxy for testing purpose which loggs incoming requests
Configure this proxy to use in newman
I want to code a node application for my customer which makes requests against their local server (intranet). To do this, i configured newman to get the environment and collection folders from the postman api (internet). The corporate network is secured by a http proxy. When I use newman, the system proxy of the use will be used. So all requests (postman api and the ones against the local server) will be executed against the corporate proxy. I dont want this behaviour. Only postman api requests should go through the proxy. I dont want to use the proxy for the local destination server.
I cant find a configuration option in the lib to to this. There is just the NO_PROXY option when using newman via CLI, right?
Thanks for help
The text was updated successfully, but these errors were encountered:
newman -v
): 5.3.2Steps to reproduce the problem:
I want to code a node application for my customer which makes requests against their local server (intranet). To do this, i configured newman to get the environment and collection folders from the postman api (internet). The corporate network is secured by a http proxy. When I use newman, the system proxy of the use will be used. So all requests (postman api and the ones against the local server) will be executed against the corporate proxy. I dont want this behaviour. Only postman api requests should go through the proxy. I dont want to use the proxy for the local destination server.
I cant find a configuration option in the lib to to this. There is just the NO_PROXY option when using newman via CLI, right?
Thanks for help
The text was updated successfully, but these errors were encountered: