Inserting the junction cookie as a standard HTTP cookie
About this task
The -j junction option modifies HTML documents returned from junctioned servers by inserting a JavaScript block that sets a junction identification cookie on the browser interpreting the document.
The presence of the inserted JavaScript can cause HTML rendering problems or be prevented from being evaluated by content security policies in some environments. If this type of problem is encountered, you can configure WebSEAL to instead return the junction cookie as a standard HTTP cookie in the HTTP response headers.
Procedure
To configure WebSEAL to return the junction cookie as a standard HTTP cookie, add the -J option
with the trailer argument when creating the -j junction. For example (command line fragment):
<pdadmin> server task instance-webseald-host create ... -j -J httpheader ...