Dynamically Configure Oracle Fusion BIP Report URL – with : https://#{header[“host”]}

• https: Specifies the use of HTTPS protocol.

•#{}: It is used to interpolate or inject dynamic content into strings.

•header[“host”]: Refers to the value of the “host” key in the HTTP request’s header. The “Host” header field specifies the domain name of the server (or its IP address).

•So, https://#{header[“host”]} will dynamically be replaced with something like https://www.example.com based on the server details during execution.

•Ex: • https://#{header[“host”]}/xmlpserver/Custom/OraTrainings/APInvoiceRepo.xdo

•Will be replaced with :

https://fa-etat-saasfademo1.ds-fa.oraclepdemos.com/xmlpserver/Custom/OraTrainings/APInvoiceRepo.xdo

Comments |0|

Legend *) Required fields are marked
**) You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>
Category: BIP