Commit 803dc30
committed
Fix cURL GET parameter passing
Addresses GitHub issue #8
- cURL appears to not (or at least to no longer) actually support turning POSTFIELDS into query string parameters,
so we have to build the query string ourselves. This update does just that.
Signed-off-by: Daniel Hunsaker <danhunsaker@gmail.com>1 parent 3dc96b7 commit 803dc30
1 file changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
168 | | - | |
169 | | - | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
170 | 171 | | |
171 | | - | |
| 172 | + | |
172 | 173 | | |
173 | 174 | | |
174 | 175 | | |
| |||
0 commit comments