Tuesday, March 31, 2015

OBIEE 11g change analytics and xmlpserver context root

A. Before modifying the context root for analytics and xmlpserver stop all OBIEE instances and all WebLogic managed servers including AdminServer.

B. DO A BACKUP for $MW_HOME, $DOMAIN_HOME, $BI_HOME and $BI_INSTANCE_HOME directories.

C. Do the changes in the following order:
C.1. In “$BI_HOME/bifoundation/jee/analytics.ear” archive you should do the changes: 

1.  “META-INF/application.xml”

<application xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/application_1_4.xsd" version="1.4">
<display-name>analytics</display-name>
<module>
<web>
<web-uri>analytics.war</web-uri>
<context-root>/obiee/analytics</context-root>
</web>
</module>
<module>
<web>
<web-uri>analytics-ws.war</web-uri>
<context-root>/obiee/analytics-ws</context-root>
</web>
</module>
</application> 


C.2. In “$BI_HOME/bifoundation/jee/xmlpserver.ear” archive you should do the changes.

1. in "META-INF/application.xml"

<application xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/application_5.xsd" version="5">
<display-name>xmlpserver</display-name>
<module>
<web>
<web-uri>xmlpserver.war</web-uri>
<context-root>/obiee/xmlpserver</context-root>
</web>
</module>
<module>
<ejb>ess-ejb.jar</ejb>
</module>
</application> 


2. In file "$BI_HOME/bifoundation/jee/xmlpserver.ear/META-INF/weblogic.xml".

<weblogic-web-app xmlns="http://www.bea.com/ns/weblogic/90" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<session-descriptor>
<cookie-path>/xmlpserver</cookie-path>
</session-descriptor>
<context-root>/obiee/xmlpserver</context-root>
</weblogic-web-app> 


3. In “$BI_HOME/bifoundation/jee/xmlpserver.ear/xmlpserver.war/WEB-INF/web.xml".

...
<init-param>
<!-- This is the root webdir for the xmlpserver application. Modify this
if xmlpserver.ear is not deployed to its standard location.
-->
<param-name>xmlp-online-web-dir</param-name>
<param-value>/obiee/xmlpserver</param-value>
</init-param>

<init-param>
<!-- Path to the ServiceGateway SOAP end point. Most likely this will be
the path for services deployed with Axis.
-->
<param-name>service-endpoint</param-name>
<param-value>/obiee/xmlpserver/services/ServiceGateway</param-value>
</init-param>

<init-param>
<!-- Path to report service web directory.
-->
<param-name>web-dir</param-name>
<param-value>/obiee/xmlpserver/report_service</param-value>
</init-param>
...

4. In "$BI_HOME/bifoundation/jee/xmlpserver.ear/xmlpserver.war/WEB-INF/weblogic.xml".
...
<wls:session-descriptor>
<wls:cookie-path>/obiee/xmlpserver</wls:cookie-path>
</wls:session-descriptor>
...

C.3.  You should change also into the file "$DOMAIN_HOME/bifoundation_domain/config/bipublisher/repository/Admin/Configuration/xmlp-server-config.xml".

<xmlpConfig xmlns="http://xmlns.oracle.com/oxp/xmlp"> 
<property name="SAW_SERVER" value="obiee-local.client.ro"/>
<property name="SAW_SESSION_TIMEOUT" value="90"/>
<property name="DEBUG_LEVEL" value="exception"/>
<property name="SAW_PORT" value="9704"/>
<property name="SAW_JBIPS_PORT" value="9710"/>
<property name="SAW_PASSWORD" value=""/>
<property name="SAW_PROTOCOL" value="http"/>
<property name="SAW_VERSION" value="v6"/>
<property name="SAW_USERNAME" value=""/>
<property name="SAW_URL_SUFFIX" value="/obiee/analytics-ws/saw.dll"/>
<property name="ENDECA_URL_SUFFIX" value="ws"/>
<property name="ENDECA_PORT" value="9704"/>
<property name="MONITORING_ENABLED" value="false"/>
<property name="MONITORING_DEFAULT_HISTORY_SIZE" value="30"/>
<property name="AUDIT_ENABLED" value="false"/>
<property name="JSESSION_RESET_DISABLED" value="true"/>
<property name="SECURITY_MODEL" value="ORACLE_AS_JPS"/>
</xmlpConfig>


C.4. You should do the replacement into analytics.ear and xmlpserver.ear and after that it should be store it into "$BI_HOME/bifoundation/jee/analytics.ear" respectively into "$BI_HOME/bifoundation/jee/xmlpserver.ear". 
C.5. Do the following on all instances (in our case we have only 1 instance).
In file “$MW_HOME/instances/instance1/config/OracleBIPresentationServicesComponent/coreapplication_obips1/instanceconfig.xml” add the following lines in the top just after “<ServerInstance>”:

<ServerInstance>
<AdvancedReporting>
<WebURL>/obiee/xmlpserver</WebURL>
<ServerBaseURL>/obiee/xmlpserver</ServerBaseURL>
</AdvancedReporting>

The above lines are need it case of you will change context root also for application “xmlpserver”.

C.6. On weblogic managed servers directory on each bi server you should removed folders (just before to startup the servers): "/cache", "/logs" and "/tmp" from: "$DOMAIN_HOME/servers/bi_server1/" and from "$DOMAIN_HOME /servers/AdminServer/"

C.7. After that startup all managed servers including AdminServer. 
C.8. Startup all OBIEE instances.

TAM and OAM Integration

Our Oracle environment has in front as SSO and IBM suite products as:
-          IBM Portal;
-          IBM Tivoli Access Manager;
-          IBM Tivoli Directory Service;
-          IBM Tivoli Identity Manager;


Because no Oracle product is certify to be integrated with IBM SSO products we have to find a way.


The way is to have in the front the IBM portal link as a reverse proxy for us. Our products should be called as follow:
-          Oracle Business Suite have to be called by:
-          Oracle Hyperion have to be called by:
-          Oracle e-Business Suite called by:

The picture below is illustrating the way of integrating Oracle EBusiness Suite, Oracle Hyperion and Oracle Business Intelligence with IBM SSO.


For this integration we did the following configuration into IBM Tivoli Access Manager and Oracle Access Manager. In our integration we used the following Oracle products:
- Oracle Access Manager 11g R2 (11.1.2.0.4);
- Oracle HTTP Server 11g (11.1.1.7);
- Oracle WebGate 11g (11.1.2.0);
- Oracle Internet Directory 11g (11.1.1.7);

A. On IBM site we configured the following.

1. We created 3 junctions called “/oam”, “/obiee”, “/epm” and “/ebs” as follow:

1.1. Create in TAM the junction “/oam”


1.2. Create in TAM the junction “/obiee”


1.3. Create in TAM the junction “/ebs”


1.4. Create in TAM the junction “/epm”


B. For integrating Oracle products with IBM WebSEAL we did the following.

1. We installed, configured and integrated on Oracle server the following products.
-          Oracle Access Manager 11gR2;
-          Oracle WebGate 11g;
-          Oracle HTTP server 11g;

2. On Oracle HTTP Server we configured 3 virtual hosts.

ebs.client-portal.ro:
<VirtualHost *:8000>
   ServerName ebs.client-portal.ro:8000
   RewriteEngine On
   RewriteOptions inherit
   RewriteRule ^/console/jsp/common/logout.jsp /oamsso/logout.html [PT]
   RewriteRule ^/em/targetauth/emaslogout.jsp /oamsso/logout.html [PT]
   include "${ORACLE_INSTANCE}/config/${COMPONENT_TYPE}/${COMPONENT_NAME}/config/ebs-test/test/*.conf"
   include  "${ORACLE_INSTANCE}/config/${COMPONENT_TYPE}/${COMPONENT_NAME}/webgate.conf"
   UseCanonicalName On
</VirtualHost>

epm.client-portal.ro:
<VirtualHost *:80&gt:
   ServerName epm.client-portal.ro:80
   RewriteEngine On
   RewriteOptions inherit
   RewriteOptions inherit
   RewriteRule ^/console/jsp/common/logout.jsp /oamsso/logout.html [PT]
   RewriteRule ^/em/targetauth/emaslogout.jsp /oamsso/logout.html [PT]
   include "${ORACLE_INSTANCE}/config/${COMPONENT_TYPE}/${COMPONENT_NAME}/config/epm-test/test/*.conf"
   include  "${ORACLE_INSTANCE}/config/${COMPONENT_TYPE}/${COMPONENT_NAME}/webgate.conf"
   UseCanonicalName On
</VirtualHost>

obiee.client-portal.ro:
<VirtualHost *:80&gt:
   ServerName obiee.client-portal.ro:80
   RewriteEngine On
   RewriteOptions inherit
   RewriteRule ^/console/jsp/common/logout.jsp /oamsso/logout.html [PT]
   RewriteRule ^/em/targetauth/emaslogout.jsp /oamsso/logout.html [PT]
   include "${ORACLE_INSTANCE}/config/${COMPONENT_TYPE}/${COMPONENT_NAME}/config/obiee-test/test/*.conf"
   include  "${ORACLE_INSTANCE}/config/${COMPONENT_TYPE}/${COMPONENT_NAME}/webgate.conf"
   UseCanonicalName On
</VirtualHost>

sso.client-portal.ro:
<VirtualHost *:80&gt:
   ServerName sso.client-portal.ro:80
   RewriteEngine On
   RewriteOptions inherit
   RewriteRule ^/console/jsp/common/logout.jsp /oamsso/logout.html [PT]
   RewriteRule ^/em/targetauth/emaslogout.jsp /oamsso/logout.html [PT]
   include "${ORACLE_INSTANCE}/config/${COMPONENT_TYPE}/${COMPONENT_NAME}/config/sso-test/test/*.conf"
   UseCanonicalName On
</VirtualHost>


We included in the “httpd.conf” all the above virtual hosts and at the end we added:

#========================================
# Add OAM_REMOTE_USER for TAM integration
#========================================
RequestHeader add OAM_REMOTE_USER %{iv-user}e
LogFormat "%h %l %u %t \"%r\" %>s %b \"IBM TAM(iv-user):%{iv-user}i\"" combined
CustomLog /u01/oracle/sso.log combined

3. On Oracle Access Manager we did the following.

3.1. We configured the Host Identifiers.


3.2. We configured the “Authentication Schema/OAM10gScheme”.


3.2. We configured “Application Domains”. Where we added 3 new protected policies.

3    3.2.1. “OBIEE Protected Policy”.


      3.2.2.  “Hyperion Protected Policy”.


3.2.3. “EBS Protected Policy”.


4. Configure “LDAPNoPasswordAuthModule” to use OIDIdentityStore for authentication.


5. Configure “Access Manager Settings”.



C. Test case for testing the configuration.

For this test we will access the link https://www.client-portal.ro/obiee/analytics. It will access the resource “obiee.client-portal.ro:443” which was configured behind of junction “/obiee” in previous IBM configuration setup.

So, now we are requesting from front end portal the resource https://obiee.client-portal.ro/analytics. And because it is protected by Oracle Access Manager (OAM) the webgate will send your for authentication on OAM login page.

But the load balancer for OAM it was configured to be www.client-portal.ro. And instead of sending to the client the OAM login page it will send the resource www.client-portal.ro/oam for authentication.

After successful login the WebSEAL will redirect to the OBIEE analytics page.



Bellow it is a capture by Live HTTP Header.

----------------------------------------------------------
https://www.client-portal.ro/pkmslogin.form?token=Unknown
POST /pkmslogin.form?token=Unknown HTTP/1.1
Host: www.client-portal.ro
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-US,en;q=0.5
Accept-Encoding: gzip, deflate
Referer: https://www.client-portal.ro/obiee/analytics
Cookie: PD-H-SESSION-ID=0_SsvVAKXTZ4YRRnu70tVtrkVYzUwmMIRoMr0Z915fru7tTlYDhWU=
Connection: keep-alive
Content-Type: application/x-www-form-urlencoded
Content-Length: 59
HTTP/1.1 302 Moved Temporarily
Content-Length: 1466
Content-Type: text/html
Date: Tue, 31 Mar 2015 07:56:59 GMT
Location: http://www.client-portal.ro/obiee/analytics
p3p: CP="NON CUR OTPi OUR NOR UNI"
Server: WebSEAL/7.0.0.0 (Build 121024)
Cache-Control: no-cache
Pragma: no-cache
Set-Cookie: PD-H-SESSION-ID=1_vUY+uJuKS2M4bAVYbzDSGovxu9ZaZTHjp9ak2oqGkYqW6Z9d/eA=_AAAAAAE=_H5Ldyrp5KJQjqoikGZ1033nBQZk=; Domain=.client-portal.ro; Path=/
----------------------------------------------------------
http://www.client-portal.ro/obiee/analytics

GET /obiee/analytics HTTP/1.1
Host: www.client-portal.ro
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-US,en;q=0.5
Accept-Encoding: gzip, deflate

HTTP/1.0 302 Found
Location: https://www.client-portal.ro/obiee/analytics
Server: BigIP
Connection: Keep-Alive
Content-Length: 0
----------------------------------------------------------
https://www.client-portal.ro/obiee/analytics

GET /obiee/analytics HTTP/1.1
Host: www.client-portal.ro
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-US,en;q=0.5
Accept-Encoding: gzip, deflate

HTTP/1.1 302 Found
Content-Type: text/html; charset=iso-8859-1
Date: Tue, 31 Mar 2015 07:56:59 GMT
Location: https://www.client-portal.ro:443/oam/server/obrareq.cgi?encquery%3D96IXYnf5oSpy0bskBRiuUhR50KKinwWnkNmLvoJz%2B6gxKB%2BvVMyhy68f7S1BbX
p3p: CP="NON CUR OTPi OUR NOR UNI"
Server: Oracle-Application-Server-11g
x-old-content-length: 641
Transfer-Encoding: chunked
Set-Cookie: AMWEBJCT!%2Fobiee!%2Fobiee%2F!OAMRequestContext_obiee.client-portal.ro:80_526647=RfG/tjRMjemXrNtziKfppA==; Max-Age=300; Path=/
----------------------------------------------------------
https://www.client-portal.ro/oam/server/obrareq.cgi?encquery%3D96IXYnf5oSpy0bskBRiuUhR50KKinwWnkNmLvoJz%2B6gxKB%2BvVMyhy68f7S1Bb 
GET /oam/server/obrareq.cgi?encquery%3D96IXYnf5oSpy0bskBRiuUhR50KKinwWnkNmLvoJz%2B6gxKB%2BvVMyhy68f7S1BbX
Host: www.client-portal.ro
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-US,en;q=0.5
Accept-Encoding: gzip, deflate

HTTP/1.1 302 Moved Temporarily
Content-Language: en
Content-Type: text/plain
Date: Tue, 31 Mar 2015 07:56:59 GMT
Location: http://www.client-portal.ro/obiee/obrar.cgi?encreply=J2khhUXuQ8sdI1R8wJyh9vFqi%2BvxJugmm05S3NOXOAdDAyBNLLNO48wynY1u7n%2
p3p: CP="NON CUR OTPi OUR NOR UNI"
Server: Oracle-Application-Server-11g
Vary: Accept-Encoding
Transfer-Encoding: chunked
x-oracle-dms-ecid: 0054d3lTjaC3FCypG4S4yf0002lf0023eX
x-powered-by: Servlet/2.5 JSP/2.1
Set-Cookie: OAM_ID=VERSION_4~plnHuT+G9Cm9m+tbQ5ljSw==~uZSHtHR3O+qYiAvt4f51jiysMbIIenq2Vd
----------------------------------------------------------
http://www.client-portal.ro/obiee/obrar.cgi?encreply=J2khhUXuQ8sdI1R8wJyh9vFqi%2BvxJugmm05S3NOXOAdDAyBNLLNO48wynY1u7n%2 
GET /obiee/obrar.cgi?encreply=J2khhUXuQ8sdI1R8wJyh9vFqi%2BvxJugmm05S3NOXOAdDAyBNLLNO48wynY1u7n%2
Host: www.client-portal.ro
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-US,en;q=0.5
Accept-Encoding: gzip, deflate

HTTP/1.0 302 Found
Location: https://www.client-portal.ro/obiee/obrar.cgi?encreply=J2khhUXuQ8sdI1R8wJyh9vFqi%2BvxJugmm05S3NOXOAdDAyBNLLNO48wynY1u7n%2
Server: BigIP
Connection: Keep-Alive
Content-Length: 0
----------------------------------------------------------
https://www.client-portal.ro/obiee/obrar.cgi?encreply=J2khhUXuQ8sdI1R8wJyh9vFqi%2BvxJugmm05S3NOXOAdDAyBNLLNO48wynY1u7n%2 
GET /obiee/obrar.cgi?encreply=J2khhUXuQ8sdI1R8wJyh9vFqi%2BvxJugmm05S3NOXOAdDAyBNLLNO48wynY1u7n%2
Host: www.client-portal.ro
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-US,en;q=0.5
Accept-Encoding: gzip, deflate

HTTP/1.1 302 Found
Content-Type: text/html; charset=iso-8859-1
Date: Tue, 31 Mar 2015 07:56:59 GMT
Location: http://www.client-portal.ro/obiee/analytics
----------------------------------------------------------
http://www.client-portal.ro/obiee/analytics

GET /obiee/analytics HTTP/1.1
Host: www.client-portal.ro
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-US,en;q=0.5
Accept-Encoding: gzip, deflate

HTTP/1.0 302 Found
Location: https://www.client-portal.ro/obiee/analytics
Server: BigIP
Connection: Keep-Alive
Content-Length: 0
----------------------------------------------------------
https://www.client-portal.ro/obiee/analytics

GET /obiee/analytics HTTP/1.1
Host: www.client-portal.ro
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-US,en;q=0.5
Accept-Encoding: gzip, deflate

HTTP/1.1 302 Moved Temporarily
Content-Language: en
Content-Type: text/plain
Date: Tue, 31 Mar 2015 07:56:59 GMT
Location: http://www.client-portal.ro/obiee/analytics/
----------------------------------------------------------
http://www.client-portal.ro/obiee/analytics/

GET /obiee/analytics/ HTTP/1.1
Host: www.client-portal.ro
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-US,en;q=0.5
Accept-Encoding: gzip, deflate

HTTP/1.0 302 Found
Location: https://www.client-portal.ro/obiee/analytics/
Server: BigIP
Connection: Keep-Alive
Content-Length: 0
----------------------------------------------------------
https://www.client-portal.ro/obiee/analytics/

GET /obiee/analytics/ HTTP/1.1
Host: www.client-portal.ro
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-US,en;q=0.5
Accept-Encoding: gzip, deflate

HTTP/1.1 302 Moved Temporarily
Content-Language: en
Content-Type: text/html; charset=ISO-8859-1
Date: Tue, 31 Mar 2015 07:56:59 GMT
Location: http://www.client-portal.ro/obiee/analytics/saw.dll?bieehome&startPage=1
----------------------------------------------------------
http://www.client-portal.ro/obiee/analytics/saw.dll?bieehome&startPage=1

GET /obiee/analytics/saw.dll?bieehome&startPage=1 HTTP/1.1
Host: www.client-portal.ro
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-US,en;q=0.5
Accept-Encoding: gzip, deflate

HTTP/1.0 302 Found
Location: https://www.client-portal.ro/obiee/analytics/saw.dll?bieehome&startPage=1
Server: BigIP
Connection: Keep-Alive
Content-Length: 0
----------------------------------------------------------
https://www.client-portal.ro/obiee/analytics/saw.dll?bieehome&startPage=1

GET /obiee/analytics/saw.dll?bieehome&startPage=1 HTTP/1.1
Host: www.client-portal.ro
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-US,en;q=0.5
Accept-Encoding: gzip, deflate

HTTP/1.1 200 OK
Content-Language: en
Content-Type: text/html; charset=utf-8
Date: Tue, 31 Mar 2015 07:56:59 GMT
Last-Modified: Tue, 31 Mar 2015 07:56:59 GMT
p3p: CP="NON CUR OTPi OUR NOR UNI"
Server: Oracle-Application-Server-11g
Vary: Accept-Encoding
x-old-content-length: 3245
Transfer-Encoding: chunked
Cache-Control: public, private
----------------------------------------------------------
https://www.client-portal.ro/obiee/analytics/saw.dll?bieehome

POST /obiee/analytics/saw.dll?bieehome HTTP/1.1
Host: www.client-portal.ro
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-US,en;q=0.5
Accept-Encoding: gzip, deflate
Referer: https://www.client-portal.ro/obiee/analytics/saw.dll?bieehome&startPage=1

HTTP/1.1 200 OK
Content-Language: en
Content-Type: text/html; charset=utf-8
Date: Tue, 31 Mar 2015 07:56:59 GMT
Last-Modified: Tue, 31 Mar 2015 07:57:00 GMT
p3p: CP="NON CUR OTPi OUR NOR UNI"
Server: Oracle-Application-Server-11g
Vary: Accept-Encoding
Transfer-Encoding: chunked
Cache-Control: public, private
----------------------------------------------------------
https://www.client-portal.ro/analytics/saw.dll/common/privileges.xml?fmapId=-2qeHA

GET /analytics/saw.dll/common/privileges.xml?fmapId=-2qeHA HTTP/1.1
Host: www.client-portal.ro
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-US,en;q=0.5
Accept-Encoding: gzip, deflate
X-OBIPS-AJAX: 1
Referer: https://www.client-portal.ro/obiee/analytics/saw.dll?bieehome

HTTP/1.1 200 OK
Content-Language: en
Content-Length: 552
Content-Type: application/x-javascript; charset=utf-8
Date: Tue, 31 Mar 2015 07:57:00 GMT
----------------------------------------------------------
https://www.client-portal.ro/analytics/res/b_mozilla/views/obips.viewmodel.js

GET /analytics/res/b_mozilla/views/obips.viewmodel.js HTTP/1.1
Host: www.client-portal.ro

HTTP/1.1 200 OK
Accept-Ranges: bytes
Content-Language: en
Content-Length: 81662
----------------------------------------------------------