Remote Service - request body being changed by dreamfactory
I'm having an issue with the body of a request being changed by dreamfactory. I have configured a remote web service and have successfully run get and put methods through it. The issue I see is that...
View ArticleSetting X-DreamFactory-Api-Key and X-DreamFactory-Session-Token from NodeJs
Hey @Vineet_Chauhan glad to hear that you figured it out and it's working for you now. Than kyou for coming back and updating the thread and your fix! That way, other community folks can learn too....
View ArticleService connection MySQL in Dreamfactory v2.2 , does not connect
@Mardone_Dias there should be configurable fields for host/IP, port, username and, password.
View ArticleNo record found in the request
You can't POST a single record. You have to use the 'resource' array wrapper. { "resource": [{ "Username": "asasas", "FirstName": "sasasasa", "LastName": "asasasas", "Email": "xyz@gmail.com",...
View ArticleWhat is wrong with this record create
@Vineet_Chauhan the payload wasn't using valid JSON. Please try using below payload in your POST: { "resource": [{ "id": 0, "FirstName": "Vineet", "LastName": "Chauhan", "username": "sdsds", "Email":...
View ArticleVery poor performance with many to many sql relations
Hello again!Does nobody else have this performance issues with many to many relations?Thanks a lot for your feedback in advance! Best regards Alex
View ArticleHow do you setup your REST Clients? We want to know!
As a programmer, it's sometimes required to use different tools to get the job done, and sometimes this means different programming languages. How do you set up your REST client in your language of...
View ArticleRemote Service - request body being changed by dreamfactory
@dougal may I ask which version of DreamFactory you are using?
View ArticleRemote Service - request body being changed by dreamfactory
From the config page of settings: - Admin Application Version: 2.1.3 - DreamFactory Version: 2.1.0
View ArticleRemote Service - request body being changed by dreamfactory
@dougal may I ask how you are grabbing the request body as it leaves DF? I would like to test to see if this is the case in DF2.2.
View ArticleScripting issues, primarily with Python
Hi @phooper, Item 1: I could not duplicate the issue as you mentioned using 2.2. Everything works for me as expected. Can you walk me through the steps that you took? Maybe a screencast? Item 2:...
View ArticleUsing DreamFactorySoftware with Android Studio
Hi I am new to this dream factory environment. I had downloaded Sample app which is converted to Android Studio through your link Can you help me how to get connected to the service that I created in...
View ArticleCan't login to DreamFactory Mobile App
Hi i had given http://myipaddress/ and my user name and password in android app login but it is showing some error like shown below in screen shot. app.png451x731 151 KB
View ArticleFilter in a GET request not working for more than one parameter
Hi, like filter not working in my dreamfactory. I was give my filtering section like, http://52.23.226.68/api/v2/hotfuse_webservice/_table/users?filter=username%20like%20h%25 Response Body:{...
View ArticleRemote Service - request body being changed by dreamfactory
I have resolved the issue by adding a Content-Type header to the service config. Thanks for your help
View ArticleCannot import demo apps, version 2.1.2-1
I have a fresh installation of the version 2.1.2-1 on Windows. When I try to import demo application "Address Book for Angular 2" (as per instructions in the readme), nothing happens. The list of...
View ArticleTake a Picture of your office set up and what it looks like in your world!
Here is my heater for my office IMG_20160324_112640.jpg3264x2448 2.07 MB
View ArticleTake a Picture of your office set up and what it looks like in your world!
@YipYip are you bitcoin mining?
View ArticleTake a Picture of your office set up and what it looks like in your world!
ETH ETH ETH baby Smart Contracts and storing identitys in da cloud
View ArticleVery poor performance with many to many sql relations
I haven't seen any such performance issues, though it's possible it could be related to the specs of the server hosting DreamFactory. I'm curious, are you seeing this issue in API Docs? If yes, have...
View Article