Integrating AngularJs 1.5.7 Api with Dream Factory
I already have added the cors in dream factory but still getting same error. Screenshot from 2017-04-07 10-16-50.png1366x768 95.2 KB
View ArticleAccess denied for user root@localhost
"message": "SQLSTATE[28000] [1045] Access denied for user 'root'@'localhost' (using password: YES)", all details i gave are correct
View ArticleCreating My sql service error
i got the same issue but i got my own db (MYSQL) and then also i get access denied issue can u tell how to solve it??
View ArticleReading and Writing to Cassandra Database
Hello Guys, I want to read and write data to Cassandra Database.However i am unable to find out any reader or writer componet for Cassandra.Can anyone help me to figure out how to load and read from...
View ArticleHow to apply role to user?
Hi! Making first steps with Dreamfactory and followed the tutorial I am not finding, how could I apply role to the user, when I want user to access some service (and not app)....
View ArticleHow to apply role to user?
Hi again! While waiting my message to appear here I had time to experiment. Now I can propose solution too: you can make a role with just those permissions you need to apply for certain service and...
View ArticleAccess denied for user root@localhost
@Pragadeesh_Natrajan where exactly are you seeing this? Can you provide some context?
View ArticleDocs error? Is JSON.stringify not needed for POST in V8?
Hi! There is no serialization in V8 post example. At least for now. So, if it was before, now it is clear: you can pass object. Wbr, Gunnar
View ArticleDocs error? Is JSON.stringify not needed for POST in V8?
// V8js var url = 'http://example.com/my_api'; var payload = JSON.stringify({"name":"test"}); var options = { 'headers': { 'Content-Type': 'application/json' }, 'parameters': { 'api_key': 'my_api_key'...
View ArticleDocs error? Is JSON.stringify not needed for POST in V8?
Sorry, you were talking about payload, i was looking options.
View ArticleHow to add Authorization header to external REST API call from server script
I am trying to call Onesignal push notification REST API by adding custom script to post_process on DF server script. This is my code var url =...
View ArticleBest way to force SSL
Hello, I've forced SSL on my server using the following directives: <VirtualHost _default_:80> DocumentRoot "[Full path to install dir]" ServerName [url without protocol] # added this line...
View ArticleShould we use 'size' or 'length' in the JSON schemas that we import?
When I upload a JSON schema in Dreamfactory under the 'Schema' tab, an 'Todo' example is provided. In this example a field called 'name' specifies this:"size": 80 In the wiki an attribute 'length' is...
View ArticleTest Driven Development with V8JS
My team needs to build tests for V8JS Custom Services hosted in Dreamfactory. How can we replicate the platform.api object that Dreamfactory has in order to implement automated unit tests in a testing...
View ArticleBest way to force SSL
Hi! Apache's Wiki says you don't even need DocumentRoot directive, if you want redirect all the traffic: https://wiki.apache.org/httpd/RedirectSSL#line-2-1 Wbr, Gunnar
View ArticleBest way to force SSL
I agree, but that's in the file already so I left it in as a marker of where to put the code.
View ArticleLogin via username
@adib there is some discussion of this right now actually, we don't have timeline but I'm sure if you subscribe to DF Newsletter you'll receive release notes pretty regularly to stay apprised of when...
View ArticleShould we use 'size' or 'length' in the JSON schemas that we import?
@aurerua You're absolutely right, seems they can be used interchangeably. We'll update the docs to reflect this! Thanks!
View Article