| Home • Tips • Tutorials • Forums • Certification Q's • Interview Q's • Jobs • Testimonials • Contact Us | ||
Document Categories:
What's New?
Contribute?Sample SpecsWhat's Hot? |
Viewing the solution manager documents on ESS or on web by deploying the same as a linkNow
another important thing of consideration is that the ESS or HTML page user can
‘SEE’ the user name and password in the hyperlink properties and it is
unsafe:
Now,
we have to hide the user name and password from the link. We can easily achieve
this by converting the username and password part of the link into hex codes. On
google or any web search engine, search for ascii to hex converter. One link,
which I found, was: http://www.dolcevie.com/js/converter.html
In
the ASCII box I put my user name and password part of the link and press the ASCII
to Hex button:
Hence
I get the HEX code of the username and password portion of the link separated by
colons:
I
take this hexcode and put % sign in place of colon at every place and put a %
before the first character. Hence my hex code, which was: 26:73:61:70:2d:75:73:65:72:3d:72:69:62:68:75:26:73:61:70:2d:70:61:73:73:77:6f:72:64:3d:61:62:63:78:79:7a Now
becomes: Now
I add this generated hex code to my link which I generated from the attributes
of the document in solution manager. My generated link was: Now
it becomes: When
I click on this hex converted link, it works correctly and opens my document
stored in Solution manager in web browser:
Hence
this way, we can hide the user name and password from the hyperlink and deploy
the link of any solution manager document on to an ESS page or html page. |
|
|
Please send us your feedback/suggestions at webmaster@SAPTechnical.COM Home • Contribute • About Us • Privacy • Terms Of Use • Disclaimer • Safe • Companies: Advertise on SAPTechnical.COM | Post Job • Contact Us ©2006-2007 SAPTechnical.COM. All rights reserved. All
product names are trademarks of their respective companies. SAPTechnical.COM
is in no way affiliated with SAP AG. Graphic Design by Round the Bend Wizards |
||