Curl. Bad request. No token or api key provided. On login
@adrianblakey wrote: Any ideas why this does not work? DreamFactory 2.4.2 RHEL 6.8 curl -i -k -X POST https://host/api/v2/mongodb/user/session -d '{ "email" : "me@some.org", "password" : "password" }'...
View ArticleEvent script when user register via OAuth
@adib wrote: Hi,I need to duplicate user information to another database when user register via OAuth. Is there a way we can do this with server-side scripting? Thanks Posts: 1 Participants: 1 Read...
View ArticleMultiple DF instances on same server
@Hussain_Fakhruddin wrote: Hi, I got a powerful server and now I wish to install multiple DF instance on same server. I want to use the same mysql as it will be an overkill to use multiple mySQLs...
View ArticleHow to query the DB with the ILIKE filter
@Sumanth_Neppalli wrote: When I am querying my table with the Like function, the result doesn't display different case results. For example, if I am specify a filter "column like %washington" it...
View ArticleMoving everything using Packages messes up my Data
@Julian_Kallidat wrote: Hi there, Since I am live with my app, I try to implement a Dev environment. I set up another instance and wanted to copy the whole app+user+roles+scripts+etc. via Package from...
View ArticleIdentify Source of API Call (Script or Other)
@soleson wrote: Is there any way to identify an API call from a script vs other? I'd like to build a logging interface upon GET/POST/UPDATE/DELETE and if I need the script to do any form of lookup for...
View ArticleUnicode results in custom scripts
@ehausig wrote: I can't seem to get unicode characters to return in custom scripts. For example, a simple Python script like the following has a response body of "San Francisco": cityName = "San...
View Article"POST requests without a resource are not currently supported by the...
@jdubansky wrote: Hello!! i am trying to create a page in angularJS that will accept the confirmation code and confirm a user. I have been at this for hours, finished lots of wine trying to wrap my...
View ArticleFor security reasons, this URL is only accessible using localhost (127.0.0.1)...
@Nishant_Soni wrote: Hi, I have installed DreamFactory on the server. When i am opening following URL : http://server_ip/phpmyadmin here i am not able to see phpmyadmin, it is showing "For security...
View ArticleDF 2.4.1 Add extra information upon open registration
@gnl wrote: Hi, I have written a little server side script for user.register.post.post_process event that supposedly has to add some extra information that exists in the payload for this particular...
View ArticleBest practice to consume REST API from multi-Dreamfactory
@glompos21 wrote: I am designing a system that will have several (30) dreamfactory instances on different computers to server data from a mix of SQL databases (mySQL and Postgress) . What would be my...
View ArticleCreating a schema with tables within tables?
@Joshua_Vannatter wrote: Our group is attempting to create a schema that would result in something similar to the the table the image shows, but we're not sure if this is possible without creating...
View ArticleAccess Control Lists for File Storage?
@DamonV wrote: Hi all! Does anybody know, has DF the ability to create lists of access in local file storage? Example: for user1 is allowed read access on the file /storage/app/images/abc.jpg. But is...
View ArticleQueued NodeJS Server-Side Script not working
@tizzyapunkt wrote: Hi guys, I created a NodeJS Server-Side Script which get's queued on POSTing to an API endpoint.If I run through the queue with php artisan queue:work --queue=NAMEOFTHEQUEUE, the...
View ArticleJWT Payload component and security
@smilesinblues wrote: Hi, I am trying to make the app more secure from MTM attacks, What is the best way to construct JWT payload so that it works and also does not reveal the sensitive user info that...
View ArticleIs it possible to Use APIs to trigger scripts?
@EM_FLK wrote: Hello, I am a new users of dream-factory and admittedly I am finding it very overwhelming, I was wondering if this would be a viable platform to be able to run script on an API being...
View ArticleHow to change application's API key
@gnl wrote: HI, It is written in the documentation that : Application API Key Applications in a DreamFactory instance can represent actual application code hosted on the instance, code hosted...
View ArticleHow to install Dream Factory
@pritam.maiti wrote: Hello, I have 32 bit Ubuntu 14.04 LTS os.So i am unable to install 64 bit Dream Factory.32 bit Dream Factory is not available.Then i try the git hub method.It is also not...
View ArticleAccess DSP system/session variables in mysql triggers?
@Codzart wrote: Looking for solution. I'm using MySQL triggers to perform after insert/update and before delete logging of changes to a MySQL table.Not considering server-side scripting at this point....
View ArticleAccess multipart/form-data information
@gkeith wrote: I am trying to create a script to upload a file to another service through DreamFactory. I need to send the file to the other service (Python-Eve) using multipart/form-data, but I would...
View Article