I have been trying to make fetch requests to an external source (business central) but keep receiving an error response because the User-Agent.
Sending the request to webhook.site, I can see the User-Agent is set to “Forge/1.11.0 ari:cloud:ecosystem::app/”. Making the same requests from postman works, but when I change the User-Agent to copy this, it fails. It seems it does not like the “:” characters in this header.
I have tried setting the User-Agent manually in the fetch, but I am guessing since there is an explicit list of allowed external sources in the manifest the fetch is a proxy and is interupted, without forwarding on the custom User-Agent
Is this a bug? I need some form of solution as this app is useless without the ability to post but fast running out of ideas