now the problem I have is that there are mandatory header fields, without them I get:
{“code”:2002,“message”:“Version is disabled or provided wrong application info (application id or secret key)”}
but the ad networks that will use this callback only receive a simple URL.
is there any workaround for this on your side?
I createed an intermediary endpoint that does the redirect, now,
How can I receive external calls to my server api method from an external source that is not the console?
I tried using both the address that was written in the console: https://api.backendless.com/v1/services/ServiceName/0.0.0/MEthodName
A request that console makes is a standard REST request. If you use the REST Request URL I described earlier in this thread, it will work. It is important though that the all the required headers are included into the request as well.