Quantcast
Channel: SCN : All Content - SAP Gateway
Viewing all articles
Browse latest Browse all 2823

Problem with Get Entity in Google Chrome

$
0
0

Hi experts,

 

I created a simple 'Customer' webservice with 'Customer Number' field as the key and it will return customer information.

this is the URL

/sap/opu/odata/sap/TEST_SRV/Customers

 

when i give a customer number #123 as the selection as below

/sap/opu/odata/sap/TEST_SRV/Customers('123')

i can see the result from IE but i got the following weird return below from google chrome.

 

------------------------------------------------------------------------------------------------------------------------------------------

<!DOCTYPE html>

<htmlstyle="height: 100%; margin: 0;">

<head>

<metahttp-equiv="X-UA-Compatible"content="IE=9,10">

<metahttp-equiv="Content-Type"content="text/html; charset=UTF-8">

<metaname="viewport"content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">

<metaname="apple-mobile-web-app-capable"content="yes">

<metaname="apple-mobile-web-app-status-bar-style"content="default">

<title>Logon</title>

<linkrel="shortcut icon"href="/sap/public/bc/ui2/logon/img/favicon.ico"/>

<linkrel="stylesheet"href="/sap/public/bc/ui5_ui5/resources/sap/ui/core/themes/sap_bluecrystal/library.css"/>

<linkrel="stylesheet"href="/sap/public/bc/ui5_ui5/resources/sap/m/themes/sap_bluecrystal/library.css"/>

<style>

* { outline:none; }

input, select, button { font-family:inherit; font-size:inherit; }

 

.sapUiBody { background-image:url("/sap/public/bc/ui2/logon/img/login_background.jpg"); }

.sapUiBody { background-size:100%auto; -webkit-background-size:100%auto; background-attachment:scroll; }

.sapUiSraLoginView { position:absolute; top:0; left:0; right:0; bottom:0; }

.sapUiSraBrandingBar { position:absolute; top:0; left:0; right:0; height:8px; z-index:99; }

.sapUiSraHeader { text-align:center; position:absolute; top:4px; left:0; right:0; background:rgba(0,0,0,0.6); box-shadow:inset0px0.5rem0px0pxrgba(0,0,0,1); color:#ffffff; }

   .sapUiSraHeader.sapUiSraTitle { font-size:1.25em; font-weight:600; padding:4px16px; }

   .sapUiSraHeader.sapUiSraSubTitle { font-size:1em; font-weight:400; padding:4px16px; }

.sapUiSraFooter { position:fixed; bottom:0; left:0; right:0; height:64px; z-index:99; }

.sapUiSraFooterAbsolute.sapUiSraFooter { position:absolute; }

[deleted the rest of the record]

---------------------------------------------------------------------------------------------------------------------------------------------

 

Have you ever got this problem ? and I would like to know if i should do anything to fix this.

 

Thank You !


Viewing all articles
Browse latest Browse all 2823

Trending Articles