We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
WebRequest.defaults({ headers: {'User-Agent': 'curl/7.28.1'} }); var data = await WebRequest.get('http://localhost');
The request made over the wire:
GET / HTTP/1.1 host: localhost Connection: close
What am i doing wrong? User-Agent doesn't make it in..
User-Agent
Using web-request 1.0.7 from npm.
web-request 1.0.7
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The request made over the wire:
What am i doing wrong?
User-Agent
doesn't make it in..Using
web-request 1.0.7
from npm.The text was updated successfully, but these errors were encountered: