Commit 1a434ff
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 <[email protected]>1 parent 765bfbe commit 1a434ff
1 file changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
179 | | - | |
180 | | - | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
181 | 182 | | |
182 | | - | |
| 183 | + | |
183 | 184 | | |
184 | 185 | | |
185 | 186 | | |
| |||
0 commit comments