Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anupsaund/request-issue-1626
Project showing issues with Request
https://github.com/anupsaund/request-issue-1626
Last synced: about 1 month ago
JSON representation
Project showing issues with Request
- Host: GitHub
- URL: https://github.com/anupsaund/request-issue-1626
- Owner: anupsaund
- Created: 2015-06-03T13:35:58.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-03T14:08:15.000Z (over 9 years ago)
- Last Synced: 2023-02-28T16:41:41.663Z (almost 2 years ago)
- Language: Shell
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# request-issue-1626
Project showing issues with Request### Setup
1. Clone
2. npm i### Tests
#### Test 1
```bash
node test1.js
```This will show a basic post to google.com (Note: please ignore that the response is failed. I am testing to see if the request leaves the computer)
#### Test 2
```bash
node test2.js
```This test is the same as test1 except the payload on formData is bigger. This one fails with a maximum call stack exceeded
#### Test 3
```bash
sh curl.sh
```This test has the same payload as test2 which failed - except this curl does work.
Test 3 is showing me that the payload is OK to send but it is not working through the nodejs request.