How to create a DSP service which make a remote web service POST call with...
Well, I am using dreamfactory-2.3.0-4. It is the latest version. Hopefully someone can confirm that is it a bug in this version.
View ArticleHow to create a DSP service which make a remote web service POST call with...
Here is my curl request: curl -i -X POST --data "token=eyJ0eXAiOiJKI1NiJ9.eyJlbWFpbCIwNDJ9.gfzyPfJG9DCg" "http://mydspinstance.com:8080/api/v2/auth/info" -H "X-DreamFactory-Api-Key:...
View ArticleHow to create a DSP service which make a remote web service POST call with...
@abhinavg you are not using latest. See release notes: http://wiki.dreamfactory.com/DreamFactory/Release_Notes#Version_2.3.1_.28Released_October_4.2C_2016.29
View ArticleHow to create a DSP service which make a remote web service POST call with...
@abhinavg you are not on the latest version @Sasquatch is correct updating to the latest 2.3.1 release resolves this.
View ArticleHow to create a DSP service which make a remote web service POST call with...
Yep, I will try that and revert tomorrow.
View ArticleHow to create a DSP service which make a remote web service POST call with...
With a fresh local bitnami install of 2.3.1 release, I tested POST request; and it is working fine so far. Thanks to @Sasquatch and @mattschaer. BUT the GET request is not working on 2.3.1. My curl...
View ArticleUpgrading bitnami dreamfactory local install from 2.3.0-4 to 2.3.1 not working
Hi, I tried updating bitnami dreamfactory local install from 2.3.0-4 to 2.3.1 release as per the instructions mentioned here without any error. But from admin console, in config->system info it...
View ArticleCan you use the POST method for all GET requests?
I see that there is a getRecordsByPost(), can all other get requests us the POST method and if sohow do you actually call the getRecordsByPost() in the url end point. I am trying to use SyncFusion's...
View ArticleRemote Web service GET request with Authorization Bearer header is not...
I need to create a remote web service in DSP which makes a GET call to actual web service with Authorization Bearer header. In short, I need to access a remote web service:GET...
View ArticleHow to create a DSP service which make a remote web service POST call with...
Marking this thread as solved, and created new thread for GET request with Authorization Bearer header here. Thanks.
View ArticleUpgrading bitnami dreamfactory local install from 2.3.0-4 to 2.3.1 not working
Anyone with some clues ?? I looked in logs at ~/dreamfactory-2.3.0-4/apps/dreamfactory/htdocs/CHANGELOG.md it shows below entry: # Change Log All notable changes to this project will be documented in...
View ArticleBeginner - how to make a remote web service call?
It seems this thread is dead. Anyway for community info, I created two threads regarding this - one for POST request and for GET request with Authorization Bearer headers. Hoping it may save...
View ArticleConnecting to Web Service Rest API that need to sign in and cookie...
Sorry for intruding this thread, but did you figured it out? As @drewpearce said - For remote HTTP services, DreamFactory supports any authentication mechanisms that can be passed through curl...
View ArticleHow to stop dreamfactory to interpret Authorization Bearer header in case of...
When I directly invoke the external web service using Postman GET https://abc.def.com/userinfowith below headers: Content-Type: application/json Authorization: Bearer cXzEQm0DcPfyerlM I was able to...
View ArticleReceive WebHooks from API.AI
Hello, Can I use DF to receive Webhooks from API.AI?Will it reply if there is an error? Thanks!
View ArticleTransfer/Move DSP Data from "cloud.dreamfactory.com" to cloud hosting
you can try sadeem cloud platform Amazing Features The first fully integrated cloud panel enabling service providers to sell cloud on their servers with essential features in a simple to use interface...
View ArticleUpgrading bitnami dreamfactory local install from 2.3.0-4 to 2.3.1 not working
Hey @abhinavg, The change log is not a log (in the sense you are referring to.) It’s just a file where we document significant changes between release versions. I would recommend doing the upgrade...
View ArticleReceive WebHooks from API.AI
Hey @gulli1, I'd love to learn more about what you are trying to do? Unfortunetly, with a REST API service like DreamFactory, Webhooks are not supported. Usually, you don't use Webhooks with a REST...
View ArticleBeginner - how to make a remote web service call?
Hey @abhinavg and @kalmenchia, Have you checked out our resources? How to Connect DreamFactory to a Remote Web Service: https://www.youtube.com/watch?v=U2BEKNvFEOw Connecting to Remote Web Services:...
View ArticleDreamfactory logs not showing encoded json in request URL
Hey @netgains, The raw logs don't generate JSON but you can write JSON logs to logstash now in 2.3.1. But it's a paid feature. Thanks,@AlexBowen
View Article