Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Space before application #23

Open
kwiatks opened this issue Feb 15, 2018 · 1 comment
Open

Space before application #23

kwiatks opened this issue Feb 15, 2018 · 1 comment

Comments

@kwiatks
Copy link

kwiatks commented Feb 15, 2018

Incorrect space just before word "Content-Type: application"
curl -X POST -H 'Content-Type: application/json' -d "name=Ginger&color=red" https://s
ervice.us.apiconnect.ibmcloud.com/gws/apigateway/api/bfe602b469c50244e4f768df44f208db5dac4641b676002a8ead91c733411586/v1/cat
curl: (6) Could not resolve host: application
{
"id": 1
}

curl -X POST -H 'Content-Type:application/json' -d "name=Ginger&color=red" https://service.us.apiconnect.ibmcloud.com/gws/apigateway/api/bfe602b469c50244e4f768df44f208db5dac4641b676002a8ead91c733411586/v1/cat
{
"id": 1
}

@krook
Copy link
Contributor

krook commented Jul 18, 2018

I wasn't able to replicate this @kwiatks (and sorry for the delayed reply).

Still an issue for you?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants