-
I _think_, gotta look into this but it looks like etcd is trying to redirect POSTs which superagent will convert to an GET to mirror the browser.
-
I recommend you use https://github.com/RetireJS/retire.js to discover dependencies with known security vulnerabilities.
Retire reports:
```
qs 0.6.5 has known vulnerabilities: severity: low; adviso…
-
[SuperAgent](https://www.npmjs.com/package/superagent) is a small progressive client-side HTTP request library, and Node.js module with the same API, sporting many high-level HTTP client features.
…
-
A test failed on a tracked branch
```
Error: expected 200 "OK", got 400 "Bad Request"
at Test._assertStatus (node_modules/supertest/lib/test.js:268:12)
at Test._assertFunction (node_modules/s…
-
`supertest` is used in this module, but none of the testing methods that it has are used that are saw.
It appears that the simpler `superagent` module could be a drop-in replacement, slimming down o…
-
Extend `request` object, so you can change this code:
``` js
var request = require('superagent');
request
.post(api)
.end(function(res, err) {
if(err || !res.ok) {
// error
retur…
-
A test failed on a tracked branch
```
Error: expected 200 "OK", got 424 "Failed Dependency"
at pushCase (index.ts:663:6)
at Context. (get_connectors.ts:489:44)
at processTicksAndRejection…
-
I'm unable to have the agent to automatically send my cookies to my requests after a successful login. What I don't undersand is that if try to set the cookies manually reading them from the agent its…
yevon updated
2 weeks ago
-
I love using superAgent to set http request, but the charset of my requested page is **gbk**. Now I learn to use [iconv-lite](https://github.com/ashtuchkin/iconv-lite) to decode, but it needs Buffer.
…
-