<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: Hide url Parameters in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/hide-url-parameters/qaa-p/10458137#M3794345</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A __default_attr="386109" __jive_macro_name="user" class="jive_macro_user jive_macro" data-orig-content="S. Vikgnesh" href="https://community.sap.com/"&gt;&lt;/A&gt; , &lt;A __default_attr="111888" __jive_macro_name="user" class="jive_macro_user jive_macro" data-orig-content="Chandrashekhar Mahajan" href="https://community.sap.com/"&gt;&lt;/A&gt; ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Providing the key values in the GET operation is part of OData protocol, which can not be hidden in any case.But, you can try the below alternatives,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Encrypt the key from back end pass it to the front end so that customer never see the original key ( draw back is to create a mapping table with original key and encrypted key-remember routing in FIORI)&lt;/LI&gt;&lt;LI&gt;do POST instead of GET so that , no URL parameters are included. All the data will be in HTTP body&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sreehari &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Jul 2014 04:47:01 GMT</pubDate>
    <dc:creator>sreehari_vpillai</dc:creator>
    <dc:date>2014-07-24T04:47:01Z</dc:date>
    <item>
      <title>Hide url Parameters</title>
      <link>https://community.sap.com/t5/technology-q-a/hide-url-parameters/qaq-p/10458129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Is it possible to hide the url parameters, when the gateway service is executed through UI5. For example from the below url is it possible to hide the parameter agencynum in the browser while it is passed to UI5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: sans-serif; font-size: 10pt;"&gt;/sap/opu/odata/IWFND/RMTSAMPLEFLIGHT/TravelagencyCollection&lt;STRONG&gt;(agencynum='00001756')&lt;/STRONG&gt;&lt;/SPAN&gt; .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2014 11:16:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/hide-url-parameters/qaq-p/10458129</guid>
      <dc:creator>velsankar_sundar</dc:creator>
      <dc:date>2014-07-23T11:16:16Z</dc:date>
    </item>
    <item>
      <title>Re: Hide url Parameters</title>
      <link>https://community.sap.com/t5/technology-q-a/hide-url-parameters/qaa-p/10458130#M3794338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can query it as below,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: sans-serif;"&gt;/sap/opu/odata/IWFND/RMTSAMPLEFLIGHT/TravelagencyCollection(&lt;/SPAN&gt;&lt;STRONG style="font-family: sans-serif; color: #333333; background: #ffffff;"&gt;'00001756')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: sans-serif; color: #333333; background: #ffffff;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chandra&lt;STRONG style="font-family: sans-serif; color: #333333; background: #ffffff;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2014 11:22:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/hide-url-parameters/qaa-p/10458130#M3794338</guid>
      <dc:creator>ChandrashekharMahajan</dc:creator>
      <dc:date>2014-07-23T11:22:29Z</dc:date>
    </item>
    <item>
      <title>Re: Hide url Parameters</title>
      <link>https://community.sap.com/t5/technology-q-a/hide-url-parameters/qaa-p/10458131#M3794339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sundar,&lt;/P&gt;&lt;P&gt;You can not hide the &lt;STRONG style="font-family: sans-serif; color: #333333; background: #ffffff;"&gt;agencynum&lt;/STRONG&gt; parameter(yes you can do it, if there is only one key-as suggested by &lt;A __default_attr="111888" __jive_macro_name="user" class="jive_macro_user jive_macro" data-orig-content="Chandrashekhar Mahajan" href="https://community.sap.com/"&gt;&lt;/A&gt; ). This is part of OData protocol. No donuts ofor you &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sreehari&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2014 11:24:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/hide-url-parameters/qaa-p/10458131#M3794339</guid>
      <dc:creator>sreehari_vpillai</dc:creator>
      <dc:date>2014-07-23T11:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: Hide url Parameters</title>
      <link>https://community.sap.com/t5/technology-q-a/hide-url-parameters/qaa-p/10458132#M3794340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sundar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have too many keys in your model then no. not possible.&lt;/P&gt;&lt;P&gt;Only one key, then yes. send the value in quotes as Chandra suggested.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ashwin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2014 11:33:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/hide-url-parameters/qaa-p/10458132#M3794340</guid>
      <dc:creator>AshwinDutt</dc:creator>
      <dc:date>2014-07-23T11:33:23Z</dc:date>
    </item>
    <item>
      <title>Re: Hide url Parameters</title>
      <link>https://community.sap.com/t5/technology-q-a/hide-url-parameters/qaa-p/10458133#M3794341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I think you all misunderstood the question. I am asking whether i can hide or make it invisible &lt;STRONG style="font-family: sans-serif; color: #333333; background: #ffffff;"&gt;(agencynum='00001756')&lt;/STRONG&gt; as a whole.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, that the enduser can not see anything,&amp;nbsp; which is passed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2014 12:19:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/hide-url-parameters/qaa-p/10458133#M3794341</guid>
      <dc:creator>velsankar_sundar</dc:creator>
      <dc:date>2014-07-23T12:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: Hide url Parameters</title>
      <link>https://community.sap.com/t5/technology-q-a/hide-url-parameters/qaa-p/10458134#M3794342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;H Sundar,&lt;/P&gt;&lt;P&gt;No you can not do it. Its the part of OData protocol.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sreehari&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2014 12:21:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/hide-url-parameters/qaa-p/10458134#M3794342</guid>
      <dc:creator>sreehari_vpillai</dc:creator>
      <dc:date>2014-07-23T12:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: Hide url Parameters</title>
      <link>https://community.sap.com/t5/technology-q-a/hide-url-parameters/qaa-p/10458135#M3794343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;end user can see the whole source code as well as can see query request made in Network tab of chrome developer console (F12).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and just from $metadata, end user will be able to see the complete EDM structure of OData service.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2014 12:25:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/hide-url-parameters/qaa-p/10458135#M3794343</guid>
      <dc:creator>ChandrashekharMahajan</dc:creator>
      <dc:date>2014-07-23T12:25:53Z</dc:date>
    </item>
    <item>
      <title>Re: Hide url Parameters</title>
      <link>https://community.sap.com/t5/technology-q-a/hide-url-parameters/qaa-p/10458136#M3794344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi chandra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My client doesn't want to show url parameters in network tab or the console. Is there any other mechanism that we can use to hide url parameters? Otherwise how can we ensure no one hacks the application by using the url parameter. Please provide details. Your comments will really help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;S.vikgnesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2014 20:34:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/hide-url-parameters/qaa-p/10458136#M3794344</guid>
      <dc:creator>former_member200392</dc:creator>
      <dc:date>2014-07-23T20:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: Hide url Parameters</title>
      <link>https://community.sap.com/t5/technology-q-a/hide-url-parameters/qaa-p/10458137#M3794345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A __default_attr="386109" __jive_macro_name="user" class="jive_macro_user jive_macro" data-orig-content="S. Vikgnesh" href="https://community.sap.com/"&gt;&lt;/A&gt; , &lt;A __default_attr="111888" __jive_macro_name="user" class="jive_macro_user jive_macro" data-orig-content="Chandrashekhar Mahajan" href="https://community.sap.com/"&gt;&lt;/A&gt; ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Providing the key values in the GET operation is part of OData protocol, which can not be hidden in any case.But, you can try the below alternatives,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Encrypt the key from back end pass it to the front end so that customer never see the original key ( draw back is to create a mapping table with original key and encrypted key-remember routing in FIORI)&lt;/LI&gt;&lt;LI&gt;do POST instead of GET so that , no URL parameters are included. All the data will be in HTTP body&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sreehari &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jul 2014 04:47:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/hide-url-parameters/qaa-p/10458137#M3794345</guid>
      <dc:creator>sreehari_vpillai</dc:creator>
      <dc:date>2014-07-24T04:47:01Z</dc:date>
    </item>
    <item>
      <title>Re: Hide url Parameters</title>
      <link>https://community.sap.com/t5/technology-q-a/hide-url-parameters/qaa-p/10458138#M3794346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sreehari,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I actually looked for this alternatives. Now its clear for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks alot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;S.Vikgnesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jul 2014 05:41:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/hide-url-parameters/qaa-p/10458138#M3794346</guid>
      <dc:creator>former_member200392</dc:creator>
      <dc:date>2014-07-24T05:41:26Z</dc:date>
    </item>
    <item>
      <title>Re: Hide url Parameters</title>
      <link>https://community.sap.com/t5/technology-q-a/hide-url-parameters/qaa-p/10458139#M3794347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Welcome &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/906/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jul 2014 05:43:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/hide-url-parameters/qaa-p/10458139#M3794347</guid>
      <dc:creator>sreehari_vpillai</dc:creator>
      <dc:date>2014-07-24T05:43:25Z</dc:date>
    </item>
    <item>
      <title>Re: Hide url Parameters</title>
      <link>https://community.sap.com/t5/technology-q-a/hide-url-parameters/qaa-p/10458140#M3794348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as mentioned in earlier response, end user is able to see your entire code as well as how the HTTP calls are being made to server in browser developer console tools (valid for almost all browsers having ability to open the console)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes the other option could be encryption of the code but it has its own disadvantages. you can google on it. here is one good discussion &lt;A href="http://stackoverflow.com/questions/7559409/disable-developer-tools" title="http://stackoverflow.com/questions/7559409/disable-developer-tools"&gt;javascript - Disable developer tools - Stack Overflow&lt;/A&gt; follow entire discussion to know more on pros and cons.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is one concept javascript obfuscator. try &lt;A href="http://javascriptobfuscator.com/" title="http://javascriptobfuscator.com/"&gt;http://javascriptobfuscator.com/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is example of JS code with obfuscator - &lt;A href="http://jsbin.com/rabic/4/edit" title="http://jsbin.com/rabic/4/edit"&gt;JS Bin - Collaborative JavaScript Debugging&amp;amp;lt;/title&amp;amp;gt; &amp;amp;lt;link rel=&amp;amp;quot;icon&amp;amp;quot; href=&amp;amp;quot;http://static.jsbin.…&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and original example as &lt;A href="http://jsbin.com/rabic/2/edit" title="http://jsbin.com/rabic/2/edit"&gt;JS Bin - Collaborative JavaScript Debugging&amp;amp;lt;/title&amp;amp;gt; &amp;amp;lt;link rel=&amp;amp;quot;icon&amp;amp;quot; href=&amp;amp;quot;http://static.jsbin.…&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this will give some idea on encoding. but again it has its own disadvantages and need to use properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chandra &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jul 2014 05:47:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/hide-url-parameters/qaa-p/10458140#M3794348</guid>
      <dc:creator>ChandrashekharMahajan</dc:creator>
      <dc:date>2014-07-24T05:47:07Z</dc:date>
    </item>
    <item>
      <title>Re: Hide url Parameters</title>
      <link>https://community.sap.com/t5/technology-q-a/hide-url-parameters/qaa-p/10458141#M3794349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I just got to go through this link in sdn. It says how to handle confidential data in Odata urls&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.sap.com/saphelp_gateway20sp06/helpdata/en/b1/455fa3c3b14e4c9dc0d514f135bf87/content.htm?frameset=/en/e4/d75c6d72c34cd1932996560f549021/frameset.htm&amp;amp;current_toc=/en/57/a41787789c4eca867d9a09696fc42c/plain.htm&amp;amp;node_id=204" title="https://help.sap.com/saphelp_gateway20sp06/helpdata/en/b1/455fa3c3b14e4c9dc0d514f135bf87/content.htm?frameset=/en/e4/d75c6d72c34cd1932996560f549021/frameset.htm&amp;amp;current_toc=/en/57/a41787789c4eca867d9a09696fc42c/plain.htm&amp;amp;node_id=204"&gt;https://help.sap.com/saphelp_gateway20sp06/helpdata/en/b1/455fa3c3b14e4c9dc0d514f135bf87/content.htm?frameset=/en/e4/d75…&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jul 2014 08:28:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/hide-url-parameters/qaa-p/10458141#M3794349</guid>
      <dc:creator>velsankar_sundar</dc:creator>
      <dc:date>2014-07-24T08:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: Hide url Parameters</title>
      <link>https://community.sap.com/t5/technology-q-a/hide-url-parameters/qaa-p/10458142#M3794350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;POST &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/906/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jul 2014 08:30:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/hide-url-parameters/qaa-p/10458142#M3794350</guid>
      <dc:creator>sreehari_vpillai</dc:creator>
      <dc:date>2014-07-24T08:30:52Z</dc:date>
    </item>
    <item>
      <title>Re: Hide url Parameters</title>
      <link>https://community.sap.com/t5/technology-q-a/hide-url-parameters/qaa-p/10458143#M3794351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could any one please guide me to handle the following scenario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.Passing values to OData get request as request body instead URL parameters from UI5.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (i.e)instead passing like this ../XXXService/XXEnitySet?&lt;STRONG&gt;$filter=(XXX EQ '000)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; is it possible to pass like this .../XXXService/XXXEntitySet&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Request Body:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;XXX&amp;gt;000&amp;lt;XXX&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; and getting the same in getEntitySet as a parameters.Something like post request,but this request calls the createEntity Method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dear Sreehari,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please explain how to achieve this.&lt;/P&gt;&lt;P&gt;"do POST instead of GET so that , no URL parameters are included. All the data will be in HTTP body".&lt;BR /&gt;but it should not trigger createEntity method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Rumeshbabu S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Jul 2014 17:31:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/hide-url-parameters/qaa-p/10458143#M3794351</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-07-27T17:31:58Z</dc:date>
    </item>
    <item>
      <title>Re: Hide url Parameters</title>
      <link>https://community.sap.com/t5/technology-q-a/hide-url-parameters/qaa-p/10458144#M3794352</link>
      <description>&lt;P&gt;Link opens blank page&lt;/P&gt;</description>
      <pubDate>Tue, 22 Sep 2020 15:02:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/hide-url-parameters/qaa-p/10458144#M3794352</guid>
      <dc:creator>RB777</dc:creator>
      <dc:date>2020-09-22T15:02:49Z</dc:date>
    </item>
  </channel>
</rss>

