Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Newman doesn't prefix http:// if not present in URL #100

Closed
a85 opened this issue Jun 5, 2014 · 2 comments
Closed

Newman doesn't prefix http:// if not present in URL #100

a85 opened this issue Jun 5, 2014 · 2 comments
Labels

Comments

@a85
Copy link

a85 commented Jun 5, 2014

Running a collection using the usual
newman -c xyz.json.postman_collection -e abc.postman_environment
was giving me a request error.

Couldn't figure why it wasnt able to construct the request. Turned out that my environment variables didn't have the http:// prefixed to them. Postman would understand that and execute the requests anyway, but Newman wouldn't.

@abhijitkane
Copy link
Member

Fixed with the pull request

@abhijitkane
Copy link
Member

Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants