I’m having an issue with the body of a request being changed by dreamfactory.
I have configured a remote web service and have successfully run get and put methods through it.
The issue I see is that the body of the request being sent by dreamfactory is changing.
So, I send the following request to dreamfactory with body:
{“test”:“data”}
The request that hits the remote service has changed, the new body is:
{’{“test”:“data”}’: ‘’}
I have 2 questions:
1, Is this the way dreamfactory processes requests?
2, Is there any way to ensure dreamfactory passes on the original request body?
Many thanks,
Doug