I am trying to cache adobe IO responses and have set the cache control header to max-age 3600. The header is working and I can see cache Hit or Miss in the response headers. However, i have not figured out how to get the Vary header to work. I am adding a custom request header such as “userId : 123”...
I am using the User Management API (/v2/usermanagement/users/{orgId}/{page}) and noticed on the documentation, that the throttling limits are as follows: Maximum calls per client: 25 requests per a minuteMaximum calls for the application: 100 requests per a minute I noticed that I am only able to ma...
Hi All, I have created the Node JS Post API module to be deployed to Adobe IO runtime.I am making an Post call with query param and getting response when I directly run the index.js file my local. Then I used wsk cli to create package and added the action inside ithttps://developer.adobe.com/runti...
I have an issue where both local AEM instances using the latest SDK, and cloud AEM instances sometimes cannot register themselves as event providers in AIO after redeploy. When I delete all 3 provider registrations (1x localhost + 2x CM) from AIO using its CLI, they can all register correctly. But a...
We are facing issues while disabling projects from Adobe XD plugin for JIRA, it gets disabled and then saved, but when we refresh the page, it again is visible in Enabled Projects list. How can this issue be solved? Is there any existing bug or what is the alternative around it? Are you also pla...
Hi, I have a batch of PDF documents (~1500) for which I need to update various things, such as, the font style, font color and watermark. Is there a way of doing this using any of adobe's APIs?
Hello, I have a S/4 HANA standard form (with fragments) that I am trying to customize. Within the form, I have a table that is nested and with a parent child relationship. As in the below screenshot, there can be multiple HUs and under a HU, any number of delivery items. Customer's ask is to print ...
Hi, Most of our clients use the free Acrobat Reader. To a PDF Form that we develop we wish to add some web server interaction.Acrobat Reader, we know, does not have web capture (no FDF GET, for instance). Please explain what can be accomplished with SOAP though: From "JavaScript™ for Acrobat® API ...
Currently, when configuring adobe.io (using AEM x CIF) endpoints for our application, we are using the "standard" adobe.io runtime endpoints. i.e. https://runtime.adobe.io/api/v1/namespaces/[...] We would like to mask these endpoints, using custom domain names. Can anyone shed some light on how w...
Hi, We were recently notified of a security vulnerability in JSON Web Token (JWT) library by our company's security team (CVE #: CVE-2022-23529). We generate JWT in Adobe I/O dashboard and use it in AEM to interface with Adobe Campaign. We are trying to find out whether this vulnerability has been a...