Hi all,
I'm in week 3, Creating API proxis.
I have deployed proxis and they are started ok, but when I go to postman and run the command http://american-flight-api-dippies.cloadhub.io/flights/ I get a response,
error sending http request
any help would be great.
thanks
7 answers
It seems like the url that you provided is incorrect. Try `http://american-flights-api-dippies.cloudhub.io/flights/`. You need to set `Content-Type` to `application/json`. It will ask you for `client_id`, which you need to obtain by following the video. -gopal