According to the SAP help Manipulating Header Fields - SAP Web Dispatcher - SAP Library, I can manipulate Web browser header fields.
is there a list of the valid header field names ? In particular, I want to modify the UserAent field. SAP help file says that the field names are case-sensitive, so if I wanted to manipulate the User Agent, do I specify
User-Agent
UserAgent
userAgent
USERAGENT
or am I limited to fields specified in the help ...
clientProtocol
X-SAP-WEBDISP-AP
Referer
I know the capabilities of ICM rewriting rules has evolved over the releases (for an example of this, see https://launchpad.support.sap.com/#/notes/0002042819). Does anyone know of a list of these changes over time ?
thanks