My application sometimes uses cURL to reference a myDBR url.
On my test machine where the myDBR directory is on the same server it works fine.
On our production machine, this particular part of the application runs on one server
https://apps2.verifacto.com/
and it references a myDBR url on another server
https://apps.verifacto.com/
The output is suppose to get written to our database, and because I don't currently have access to our production server I have no other way of knowing that it generated the report successfully, other than to look in the database.
In my testing of this on Production, it did not get written to our database.
Is there something special I have to know about Referencing mydbr from another server?
Any information or suggestions would be appreciated.