How to know statistics abou uses of each app?
@andresgom2018 wrote: Hi. Im using dreamfractory very well, its a greate software. But now I need to to know how many times per day or hour has been used each endpoint or each app. A kind of...
View ArticleSession info for authentication
@fwu wrote: hello, Can someone explain why in a product supporting REST APIs we need to set session ids? The only way to avoid this is to create a guest access? Does this really make sense? Please...
View ArticleCreate service that returns the content of a file using an URL
@fwu wrote: hello, I have an app that is getting the contents (xml) of a file using a http link. I would like to replace the direct call for that link with a rest call using dreamfactory that would...
View ArticleScript to modify payload received
@luca wrote: Hi I post a rest api with this payload: {“Time”:“2018-12-21T07:49:23”,“BME680”:{“Temperature”:20.3,“Humidity”:41.8,“Pressure”:1021.1,“Gas”:286.65} but I need to modfy payload before it...
View ArticlePHP in post.PRE_PROCESS script to modify payload
@luca wrote: Hi I’m using dreamfactory as REST API backend to insert data into mysql database. I need to modify my payload befor it will be insert into database. Expecially I nedd to modify my payload...
View ArticlePUT pre process script not triggered - modify payload
@luca wrote: Hi I have this table in mysql database t messageID Int (Autoincrement) Time varchar Gas varchar Temperature varchar Humidity varchar Pressure varchar If I make a put request to may...
View ArticlePhp script POST request pre_process inserts many rows into mysql database and...
@luca wrote: Hi I have written this script that is triggered with a post request in a pre process workflow. This script replaces the received payload with a default payload {“resource”:...
View ArticleDreamfactory php script pre_process payload modify one resource field
@luca wrote: In Dreamfactory rest API if I receive with a post request a payload like this : {"resource": [{"Time":"2018-12-21T07:49:23","Gas":"111111","Pressure":"1111","Temperature":"11111"}]} how...
View ArticleSet the base url dynamically
@fwu wrote: hello, I need to proxy almost directly a service. I know I can create a new http service and set the Base URL. It works as expected. But now I need to set this Base URL dynamically, based...
View ArticleUnable to works with dreamfactory as docker container without wrapper...
@luca wrote: I have installed dreamfactory as a docker container and it’s working. I write a pre post_request php scritp to manage my received payload. My problem is how to make dreamfactory works...
View ArticleSoap call using a script service
@fwu wrote: hello, Is there any example of invoking a soap web service using a community component. For instance the php script or other? regards Posts: 1 Participants: 1 Read full topic
View ArticleGet the body content of a caller/request using php
@fwu wrote: hello, I have a caller/client that will invoke a dreamfactory service using the post protocol. I need to creaate a custom php service. Thus, I need to get in this code the body of the...
View ArticleGet lookup keys for role using PHP
@fwu wrote: hello, how can I get a lookup key from a role using PHP? regards Posts: 1 Participants: 1 Read full topic
View ArticleServices There was an error loading data for the Services tab. Please try...
@luca wrote: Hi after a fresh DreamFactory Docker intallation I run tese two command: docker exec -i -t dreamfactory php artisan cache:clear docker exec -i -t dreamfactory php artisan config:clear and...
View ArticleAPI token only not working
@Peterke wrote: I’m a newbie with DreamFactory and I’m using a docker setup from bitami. I want to use an API key only authentication but what ever config I’m trying i’m getting a 401 error,...
View ArticlePHP Service not returning json
@fwu wrote: hello, I create a PHP service. Im returning an array as a json object using json_encode($object). The response message says Content-tpy: application/json. I guess this is being added to...
View ArticleNew Installation first login
@MrSpock wrote: Hello, I installed Dreamfactory on my VServer and I also executed df:setup to setup the user. In the table “user” I can see this user with his data. When I use my url to the server I...
View ArticleOAuth2 client credentials
@ccronemberger wrote: Hi, In this page: https://www.dreamfactory.com/content/using-dreamfactory-20-oauth-services It says: “There are four main “grant types” for OAuth: authorization code grant,...
View ArticleNew installation
@ourweb wrote: Hi I installed dream factory on my server I am trying to run asp.net test from the code that is on github, it is bombing out on the data base test …I think that I need to do more...
View ArticleSetup of firebird database access
@MrSpock wrote: Hello, I installed firebird 3.0 on my server and installed the examples.fdb database. Then I added the service “firebird” and on the config page I used: host: localhost port: 3050...
View Article