Increment field in patch call
Dear ben, is it possible? because I can't seems to get the field increment by 1 or 2 by patch call
View ArticleMongo Update with Upsert
Hello.. I have also great in using Mongodband I like all functionality. Here I would like to mention a link that Willhelp you to do insert , Update and delete in a single article. All the thingsis...
View ArticleWhitelisting an IP or domain to bypass need for authorisation
hi, Just starting to learn DF and I am trying to do something like this - I have 2 computers and on one of which Dreamfactory 2.1 is installed. I want the other computer to be able to call the REST...
View ArticleWhitelisting an IP or domain to bypass need for authorisation
at minimum, you must include an api key with all calls.you can set up guest access (see: http://wiki.dreamfactory.com/DreamFactory/Tutorials/Setting_up_guest_access) which will allow access with api...
View ArticleWhitelisting an IP or domain to bypass need for authorisation
And is there a possibility of passing parameters (payload) directly in the url? This is because the application that will call the DF REST API is proprietary and can only "execute" an URL with the...
View ArticleWhitelisting an IP or domain to bypass need for authorisation
If I rephrase my question it'll be like this: Say a proprietary application which is only capable of calling a URL will execute this URL...
View ArticleLookup Key Value in database
Is there a way to retrieve these with GET system/user? I tried the PATCH system/user with this payload through test_rest:...
View ArticleWhitelisting an IP or domain to bypass need for authorisation
Alright I kinda got it - I'll create a custom script for which I will create a guest access , for GET method only. Then in the custom script I will strip the parameters and see what's required for me,...
View ArticleWhitelisting an IP or domain to bypass need for authorisation
That brings me to another simple question. What's the 'subtle' difference between API and Script in the requestor? Thanks
View ArticleAndroid SDK blog post
I kept browsing the internet and stumbled on a project on github and here is what i found on this link "https://github.com/robinvanemden/Closeness/tree/master/app/src/main/java/com/dreamfactory" The...
View ArticleRecent problem with Mailgun service
I'm having the same issue when trying to register a user on my dreamfactory (other api calls seem to work though). I tried copying the cacert.pem into /etc/ssl/certs but that doesnt seem to help any....
View ArticleRecent problem with Mailgun service
Solved. Take the file at https://curl.haxx.se/ca/cacert.pem and use it to replace the file /opt/bitnami/common/openssl/certs/curl-ca-bundle.crt on your bitnami server. Instant workie...
View ArticleHow to display all users in the Admin > Users tab?
Is there a safe way to upgrade the instance? I'm still on Admin Application Version: 2.0.5 and DreamFactory Version: 2.0.2. I followed the steps here before but I've had some issues before when I...
View ArticleWhitelisting an IP or domain to bypass need for authorisation
API is the requested URL directly. Script is whatever is defined and executed within DreamFactory. For example, lets say I have a table XYZ. If I want to access the table directly, I need to give it...
View ArticleMore instances of Dreamfactory on same windows 2008 server?
You might have Apache or Nginx clash port issues. If you can configure the different LAMP stacks to run on their own ports, then you are golden. That is a bit of work though. DreamFactory is not...
View ArticleHow to migrate(move) my local dreamfactory to amazon EC2?
Have you tried the Packages tab/ feature yet?
View ArticleHow Can I Use Emojis in Dreamfactory?
If I store Emoji's in Mysql ( ) it Store like ??????????.My phpmyadmin version is > 4.4.13 How Can I solve it.? For Reference: My Post body content in api_doc "resource": [{ "user_id": 1,...
View ArticleCustom script - Insert query parameters into MongoDB - write to log
Can I have a simple example of how to create a custom script that would insert a record into the local MongoDB? I have already created a role for guest access. I am passing the API key in the URL and...
View ArticleWhitelisting an IP or domain to bypass need for authorisation
Alright thanks....I get it
View Article