Recent Activity

    How to Follow an HTTP Redirect in SAP CPI

    CPI does not follow redirects. Read the Location header and call it again. But if that URL is a pre-signed URL (AWS S3/CloudFront, Azure SAS, ...), the HTTP adapter re-encodes it and you get a 403. The safe fix is to make that second call from a Groo...