ricardo-rossi / Mockable

Quick and dirty API mocking
MIT License
17 stars 2 forks source link

Failed REST request #3

Closed weirdyang closed 3 years ago

weirdyang commented 7 years ago

Hi, I'm trying to use this to post data from a sensor (XDK bosch) using c-programming to the mock api, but I am getting this error: Failed to send REST request!

The code works with my other webservice API. Any idea what might be the issue?

ricardo-rossi commented 7 years ago

@captmomo Does it work when sending the request using CURL instead?