Wanting to GET some data without authorization token. Code 401
Hi All I have a DF set up to access an external MySQL database. Some of the data I want to access without authorization and others using JWT tokens. as far as I know DF was designed to do this but I...
View ArticlePHP scripting to POST to external MySQL for new registrations
OK This is what I have tried var user_data = { "Login": params.login, "MobHeroID" , params.id, "Email": params.email, "LastName": params.name, Password: { expression: 'MD5("' + params.password + '")'...
View ArticleWanting to GET some data without authorization token. Code 401
what do you mean API Name header?DreamFactory only needs a header called X-DreamFactory-API-KeyIn version 1.9 there was a header called X-DreamFactory-Application-Name, but it is now deprecated.
View ArticleApi Error Required extension or module 'sqlsrv' is not installed or loaded on...
@crpage sqlsrv drivers must be installed separately from the DreamFactory Bitnami install due to licensing restrictions from...
View ArticleWanting to GET some data without authorization token. Code 401
Thanks for the reply. Firstly I did not know X-DreamFactory-Application-Name was deprecated. I am using X-DreamFactory-API-Key. My header (written in PHP for curl) looks like this and works for...
View ArticleServer error 500 with log : System administrator required
If the composer install completed successfully then this is likely a permissions issue.See http://wiki.dreamfactory.com/DreamFactory/Installation#General_Instructions You need to chown and chmod to...
View ArticleCan a session token be generated in pure HTTP?
Hi All I want to simplify a few things for the coders and avoid headers. Can we create session tokens like this?...
View ArticleWanting to GET some data without authorization token. Code 401
To access without a session, you will need to create a role that allows access to whichever services you prefer.Then in your application management add that role as the default role for the app. Then...
View ArticleWanting to GET some data without authorization token. Code 401
Thanks Drew. However that is what I expected to happen and it did not. I have a Guest role as you can see from my post here. I did all you say and I still get denied with a 401.
View ArticleDF Test Instance SQLite DB Corrupted
Somehow the Local SQLite DB has been corrupted. I can't view or edit any schema. Trying to drop the table that I think caused the problem just causes API errors. I tried deleting the entire instance...
View ArticleAccessing certain ports in server script platform.api.get("host:80") respond...
Issue ReopenedWe have a VPN connection through linux server, everything works fine, and request-response expectations match if we use just direct browser or command line terminal, but when i try it...
View ArticleCan a session token be generated in pure HTTP?
Take a look at: http://wiki.dreamfactory.com/DreamFactory/API#API_Key (Thanks @juniorconte for the tip.)
View ArticlePHP scripting to POST to external MySQL for new registrations
Hi @charliefinale, charliefinale: To my surprise I got a 200 OK Success but no record was added to the external DB. umm, this "MobileHeroDB" service, have SCRIPT permission access Role? charliefinale:...
View ArticleDF 2.0 /JS SDK/ replaceRecord and returned fields
Hi all Working with DF 2.0 and javascript SDKi'm trying to get all fields in the return response during a replaceRecordsfor example function devis2commande() { var item = [ { "_id": My_id,"$inc": {...
View Article2.0 & OpenShift
hi Ben, Thanks. Any update on release date for Openshift Dreamfactory Cartridge? Regards - M&M
View ArticleIs SQL aggregation supported? SUM() COUNT() etc
Check out the documentation on Schema and Aggregate functions. http://wiki.dreamfactory.com/DreamFactory/Features/Database/Schema
View ArticleDF Test Instance SQLite DB Corrupted
For anyone who was wondering, this is resolved. There was an issue system wide on the DreamFactory hosted system.
View ArticleApi Error Required extension or module 'sqlsrv' is not installed or loaded on...
Thanks @drewpearce I have installed all the drivers, including testing the native SQL client and ODBC client both are fine. There are references to the flag I'm highlighting but all say its a compile...
View Article2.0 & OpenShift
Hit some snags, but we have a person working on it. Hoping for a DreamFactory 2.0 cartridge in early January.
View Article