Can I change a soap call and the User-Agent header to any other name? How do I do?
Hi CLAYTON Anderson,
Not sure if you can change the header content but using this API you can try to add a content to the header, check if it is suitable for you
HTTPRequestHandler API
Add Header method
https://success.outsystems.com/documentation/11/reference/outsystems_apis/httprequesthandler_api/
Regards