Quantcast
Channel: DreamFactory Forum - Latest topics
Viewing all articles
Browse latest Browse all 1523

Cannot Connect to Web Service from postman

$
0
0

@Heri_Herwanto wrote:

Dear all

I'm new on DreamFactory.
I follow the instruction "How to Connect DreamFactory to a Remote Web Service" on youtube

and I already have a API Key From Edmund, after that we put on Web service like on video.
But we whe call using GET, always error like this :
{
"error": {
"context": null,
"message": "Bad request. No token or api key provided.",
"code": 400
}
}

When we user API Docs mysql : A MySQL database service the success

{
"resource": [
{
"id": 1,
"name": "Heri",
"phone": "08194811373"
},
{
"id": 3,
"name": "Heri",
"phone": "08194811373"
},
{
"id": 4,
"name": "Bernard",
"phone": "08198585222"
},
{
"id": 5,
"name": "Bernard1",
"phone": "08198585000"
}
]
}

and the URL is
http://222.124.7.228:81/api/v2/mysql/_table/contact

The problems is when we call http://222.124.7.228:81/api/v2/mysql/_table/contact using postman (GET)
always error.

Please le me know, how to run the service.

Regards
Heri

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 1523

Trending Articles