-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
Working example
curl -X POST "https://api.chartmogul.com/v1/data_sources" -v --http1.1 \
-u xxxxxx:xxxxxx \
-H "Content-Type: application/json" \
-d '{
"name": "In-house billing"
}'
Not working example (if we assume that you are using latest OSx version or latest linux distro):
curl -X POST "https://api.chartmogul.com/v1/data_sources" -v \
-u xxxxxx:xxxxxx \
-H "Content-Type: application/json" \
-d '{
"name": "In-house billing"
}'
Same with this lib, it tries to use http2 connection instead of http1.1 and every POST request fails. GET requests works as expected.
Metadata
Metadata
Assignees
Labels
No labels