My Oracle Support Banner

HTTP Redirect is Not Recognized by Siebel Mobile App (Doc ID 2198957.1)

Last updated on APRIL 18, 2023

Applies to:

Siebel Mobile Applications - Version 8.1.1.14 [IP2014] and later
Information in this document applies to any platform.

Symptoms

Simple test case for a transparent proxy doing redirect:

Setup a Linux Box as a Proxy Server:


Example: just altering the redirect line on the <VirtualHost *:80> section of
the /etc/httpd/conf/httpd.conf file:

<VirtualHost *:80>
# ServerAdmin webmaster@dummy-host.example.com
DocumentRoot /var/www/html/proxy.<domain_name>
ServerName  proxy.<domain_name>
# ErrorLog logs/dummy-host.example.com-error_log
# CustomLog logs/dummy-host.example.com-access_log common
Redirect permanent / https://<host>.<domain_name>/
</VirtualHost>


Now hit your proxy http://proxy.<domain_name>/salesm_enu

Changes

 

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Changes
Cause
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.