Configuring HTTP Response Header Sets for SAP Commerce Cloud now possible from Cloud Portal

Nuray Fahri
1 min readMay 5, 2023

--

As we know it might be necessary to define specific response header values, for application endpoints in SAP Commerce Cloud. And before this was possible only with creating ticket to support team as noted here:

https://me.sap.com/notes/0003235813

Now we can do it ourselves from the Cloud Portal. Under our subscription, we go to Security > HTTP Response Header Sets, we see a table of default response header sets displayed if our SRE has enabled and configured. Currently, we can only review, have no permission to make changes to these default response header sets.

But we can create a new one filling out the following data:

  • code
  • name
  • description
  • header name
  • header value
  • apply action type
  • apply condition type

And then we can assign created HTTP response header set to an endpoint:

Check this for more details: https://help.sap.com/docs/SAP_COMMERCE_CLOUD_PUBLIC_CLOUD/0fa6bcf4736c46f78c248512391eb467/7bc106228a794704accfb047bc352168.html

--

--