Hi,
I found two similar questions on the forum, but none of them actually seemed to have an answer posted and I am unsure of how they managed to fix it.
The problem is, I am using DreamFactory and created a new service in my app to make a call to my DreamFactory REST API via the AppBuilder's Request Test function on the service settings. However, when I run the test it returns with:
{
"status":"500 Internal Server Error",
"url":"https://dsp-prosoftit.cloud.dreamfact...",
"response":""
}
If I run the same query via RESTClient from Firefox I get a successful reply.
Any ideas?
Thanks in advance