Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 2796

Re: Hiding Login Credentials when using REST Web Services SDK

$
0
0

I found article below.

CodingForums.com

 

I do not know if it is a good practice, but I did following to kind of solve this.

Let us say password = abc

 

var FakePass = "1a2b3c"

FakePass = FakePass.replace(/[0-9]/g, "")

 

var body ='{"userName":"Hayden", "password": "+FakePass+", "Auth": "SecEnterprise"}';


Viewing all articles
Browse latest Browse all 2796

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>